summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-xfce
diff options
context:
space:
mode:
authorCalvin Owens <calvin@wbinvd.org>2026-04-15 10:14:51 -0700
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-15 22:45:59 -0700
commitde9e6be749537ce4c0cba0efd749bf5ffa69f9f6 (patch)
treed2b00e5d1a59ac9b6ed64af4eb91f97ad0f5be09 /meta-xfce/recipes-xfce
parent07a51dfa4e183a10fd8373a9bfbec7aa5d2876d6 (diff)
downloadmeta-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.bb1
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"