diff options
Diffstat (limited to 'package/libv4l/Config.in')
-rw-r--r-- | package/libv4l/Config.in | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/package/libv4l/Config.in b/package/libv4l/Config.in index 4da00342a2..8d1b931424 100644 --- a/package/libv4l/Config.in +++ b/package/libv4l/Config.in @@ -1,8 +1,6 @@ config BR2_PACKAGE_LIBV4L bool "libv4l" depends on BR2_TOOLCHAIN_HAS_THREADS - depends on BR2_USE_MMU # fork() - 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 || BR2_TOOLCHAIN_USES_MUSL @@ -42,7 +40,6 @@ comment "libv4l-utils tools need a toolchain w/ locale" endif -comment "libv4l needs a toolchain w/ threads, dynamic library, C++ and headers >= 3.0" - depends on BR2_USE_MMU - depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \ +comment "libv4l needs a toolchain w/ threads, C++ and headers >= 3.0" + depends on !BR2_TOOLCHAIN_HAS_THREADS \ || !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 |