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>
This commit is contained in:
Calvin Owens
2026-04-15 10:14:51 -07:00
committed by Khem Raj
parent 07a51dfa4e
commit de9e6be749

View File

@@ -13,6 +13,7 @@ DEPENDS = " \
libxfce4ui \
libxfce4util \
libxfce4windowing \
libyaml \
thunar \
xfconf \
"