mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 06:22:42 +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:
parent
0e1d1787ed
commit
61d1d45d2f
@ -6,6 +6,7 @@ PROVIDES = "libv4l media-ctl"
|
|||||||
|
|
||||||
DEPENDS = "jpeg \
|
DEPENDS = "jpeg \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', '', d)}"
|
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtual/libx11', '', d)}"
|
||||||
|
DEPENDS_append_libc-musl = " argp-standalone"
|
||||||
|
|
||||||
inherit autotools gettext pkgconfig
|
inherit autotools gettext pkgconfig
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user