mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +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 \
|
libxfce4ui \
|
||||||
libxfce4util \
|
libxfce4util \
|
||||||
libxfce4windowing \
|
libxfce4windowing \
|
||||||
|
libyaml \
|
||||||
thunar \
|
thunar \
|
||||||
xfconf \
|
xfconf \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user