|
@@ -741,11 +741,13 @@ comment "zbar plugin needs a toolchain w/ threads, C++ and headers >= 3.0"
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_ZXING
|
|
|
bool "zxing"
|
|
|
depends on !BR2_STATIC_LIBS # zxing-cpp
|
|
|
+ depends on BR2_USE_WCHAR # zxing-cpp
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # zxing-cpp
|
|
|
select BR2_PACKAGE_ZXING_CPP
|
|
|
|
|
|
-comment "zxing plugin needs a toolchain w/ C++, dynamic library"
|
|
|
- depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP
|
|
|
+comment "zxing plugin needs a toolchain w/ C++, wchar, dynamic library"
|
|
|
+ depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR || \
|
|
|
+ !BR2_INSTALL_LIBSTDCPP
|
|
|
|
|
|
endif
|
|
|
|