From ca86361eaa364edba9da4c3965eb582edd26c3d1 Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Sat, 8 Aug 2015 00:47:14 +0200 Subject: package/libv4l: needs argp-standalone with musl toolchains Signed-off-by: Romain Naour Signed-off-by: Thomas Petazzoni --- package/libv4l/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/libv4l') 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 -- cgit v1.2.1