|
@@ -324,14 +324,13 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_ZBAR
|
|
bool "zbar"
|
|
bool "zbar"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # zbar-> libv4l
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # zbar-> libv4l
|
|
depends on BR2_USE_MMU # zbar-> libv4l
|
|
depends on BR2_USE_MMU # zbar-> libv4l
|
|
- depends on !BR2_STATIC_LIBS # zbar-> libv4l
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # zbar-> libv4l
|
|
depends on BR2_INSTALL_LIBSTDCPP # zbar-> libv4l
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17 # zbar
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17 # zbar
|
|
select BR2_PACKAGE_ZBAR
|
|
select BR2_PACKAGE_ZBAR
|
|
|
|
|
|
-comment "zbar plugin needs a toolchain w/ threads, dynamic library, C++ and headers >= 3.17"
|
|
|
|
|
|
+comment "zbar plugin needs a toolchain w/ threads, C++ and headers >= 3.17"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
- depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \
|
|
|
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_THREADS \
|
|
|| !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17
|
|
|| !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17
|
|
|
|
|
|
endif
|
|
endif
|