Commit ca86361e authored by Romain Naour's avatar Romain Naour Committed by Thomas Petazzoni
Browse files

package/libv4l: needs argp-standalone with musl toolchains

parent b81ee16e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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