mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
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:
@@ -13,6 +13,7 @@ DEPENDS = " \
|
||||
libxfce4ui \
|
||||
libxfce4util \
|
||||
libxfce4windowing \
|
||||
libyaml \
|
||||
thunar \
|
||||
xfconf \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user