diff options
| author | Calvin Owens <calvin@wbinvd.org> | 2026-04-15 10:14:51 -0700 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-15 22:45:59 -0700 |
| commit | de9e6be749537ce4c0cba0efd749bf5ffa69f9f6 (patch) | |
| tree | d2b00e5d1a59ac9b6ed64af4eb91f97ad0f5be09 /meta-xfce/recipes-xfce | |
| parent | 07a51dfa4e183a10fd8373a9bfbec7aa5d2876d6 (diff) | |
| download | meta-openembedded-de9e6be749537ce4c0cba0efd749bf5ffa69f9f6.tar.gz | |
xfdesktop: Add missing DEPENDS on libyaml
The build fails like this:
Run-time dependency yaml-0.1 found: NO (tried pkgconfig)
../sources/xfdesktop-4.20.1/meson.build:63:10: ERROR: Dependency "yaml-0.1" not found, tried pkgconfig
Fix the failure by adding the missing dependency.
Signed-off-by: Calvin Owens <calvin@wbinvd.org>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-xfce/recipes-xfce')
| -rw-r--r-- | meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.20.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.20.1.bb b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.20.1.bb index d16a9e6446..5cd0213951 100644 --- a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.20.1.bb +++ b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.20.1.bb | |||
| @@ -13,6 +13,7 @@ DEPENDS = " \ | |||
| 13 | libxfce4ui \ | 13 | libxfce4ui \ |
| 14 | libxfce4util \ | 14 | libxfce4util \ |
| 15 | libxfce4windowing \ | 15 | libxfce4windowing \ |
| 16 | libyaml \ | ||
| 16 | thunar \ | 17 | thunar \ |
| 17 | xfconf \ | 18 | xfconf \ |
| 18 | " | 19 | " |
