From de9e6be749537ce4c0cba0efd749bf5ffa69f9f6 Mon Sep 17 00:00:00 2001 From: Calvin Owens Date: Wed, 15 Apr 2026 10:14:51 -0700 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.20.1.bb | 1 + 1 file changed, 1 insertion(+) 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 \ "