diff mbox series

[meta-xfce] xfdesktop: Add missing DEPENDS on libyaml

Message ID 738943f29220562812d094f17d12860aee0d78d1.1776273174.git.calvin@wbinvd.org
State New
Headers show
Series [meta-xfce] xfdesktop: Add missing DEPENDS on libyaml | expand

Commit Message

Calvin Owens April 15, 2026, 5:14 p.m. UTC
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>
---
 meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.20.1.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 = " \
     libxfce4ui \
     libxfce4util \
     libxfce4windowing \
+    libyaml \
     thunar \
     xfconf \
 "