summaryrefslogtreecommitdiffstats
path: root/package/libv4l
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@openwide.fr>2015-08-08 00:47:14 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-08-08 11:08:31 +0200
commitca86361eaa364edba9da4c3965eb582edd26c3d1 (patch)
tree727a7cdbc58f894c0b79689dcf4946b476e00ae0 /package/libv4l
parentb81ee16e8e6ac699e29f0f43f1a9546456127056 (diff)
downloadbuildroot-ca86361eaa364edba9da4c3965eb582edd26c3d1.tar.gz
buildroot-ca86361eaa364edba9da4c3965eb582edd26c3d1.zip
package/libv4l: needs argp-standalone with musl toolchains
Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libv4l')
-rw-r--r--package/libv4l/Config.in2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud