mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-06-09 23:14:47 +00:00
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>