mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
v4l-utils: Depend on argp-standalone for musl
musl does not bundle libargp like glibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -6,6 +6,7 @@ PROVIDES = "libv4l media-ctl"
|
||||
|
||||
DEPENDS = "jpeg \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', '', d)}"
|
||||
DEPENDS_append_libc-musl = " argp-standalone"
|
||||
|
||||
inherit autotools gettext pkgconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user