From: Romain Naour Date: Fri, 7 Aug 2015 22:47:14 +0000 (+0200) Subject: package/libv4l: needs argp-standalone with musl toolchains X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ca86361eaa364edba9da4c3965eb582edd26c3d1;p=buildroot.git package/libv4l: needs argp-standalone with musl toolchains Signed-off-by: Romain Naour Signed-off-by: Thomas Petazzoni --- diff --git a/package/libv4l/Config.in b/package/libv4l/Config.in index 0437ba1872..0ae12d14a3 100644 --- a/package/libv4l/Config.in +++ b/package/libv4l/Config.in @@ -5,7 +5,7 @@ config BR2_PACKAGE_LIBV4L depends on !BR2_STATIC_LIBS # dlopen() depends on BR2_INSTALL_LIBSTDCPP depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # media headers - select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC + select BR2_PACKAGE_ARGP_STANDALONE if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE help libv4l is a collection of libraries which adds a thin abstraction