summaryrefslogtreecommitdiffstats
path: root/package/libftdi1/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/libftdi1/Config.in')
-rw-r--r--package/libftdi1/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/libftdi1/Config.in b/package/libftdi1/Config.in
index 4a490a54eb..61d4c1cf20 100644
--- a/package/libftdi1/Config.in
+++ b/package/libftdi1/Config.in
@@ -15,11 +15,12 @@ config BR2_PACKAGE_LIBFTDI1_LIBFTDIPP1
depends on BR2_INSTALL_LIBSTDCPP # boost
depends on BR2_TOOLCHAIN_HAS_THREADS # boost
depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS
+ depends on BR2_USE_WCHAR # boost
help
C++ bindings for libftdi
-comment "libftdipp1 needs a toolchain w/ C++"
- depends on !BR2_INSTALL_LIBSTDCPP
+comment "libftdipp1 needs a toolchain w/ C++, wchar"
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
depends on BR2_PACKAGE_BOOST_ARCH_SUPPORTS
config BR2_PACKAGE_LIBFTDI1_PYTHON_BINDINGS
OpenPOWER on IntegriCloud