From: Gustavo Zacarias Date: Fri, 13 Nov 2015 15:06:42 +0000 (-0300) Subject: zxing-cpp: needs dynamic library X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2bc7c2e009ac08ae80cbf3ce736ade16a6cfcb26;p=buildroot.git zxing-cpp: needs dynamic library Fixes: http://autobuild.buildroot.net/results/982/982bd00de9da8cedd47209ece4fac92bbcccb04b/ Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/zxing-cpp/Config.in b/package/zxing-cpp/Config.in index 1695d2783b..c1109219a0 100644 --- a/package/zxing-cpp/Config.in +++ b/package/zxing-cpp/Config.in @@ -1,8 +1,9 @@ -comment "zxing-cpp needs a toolchain w/ C++" - depends on !BR2_INSTALL_LIBSTDCPP +comment "zxing-cpp needs a toolchain w/ C++, dynamic library" + depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS config BR2_PACKAGE_ZXING_CPP bool "zxing-cpp" + depends on !BR2_STATIC_LIBS depends on BR2_INSTALL_LIBSTDCPP help ZXing-cpp (pronounced "zebra crossing") is an open-source,