summaryrefslogtreecommitdiff
path: root/package/cppunit/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/cppunit/Config.in')
-rw-r--r--package/cppunit/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/cppunit/Config.in b/package/cppunit/Config.in
index d7582b3b6..f349fb3b1 100644
--- a/package/cppunit/Config.in
+++ b/package/cppunit/Config.in
@@ -2,7 +2,7 @@ config BR2_PACKAGE_CPPUNIT
bool "cppunit"
depends on BR2_INSTALL_LIBSTDCPP
# currently the static situation is not correctly detected.
- depends on !BR2_PREFER_STATIC_LIB
+ depends on !BR2_STATIC_LIBS
help
CppUnit is the C++ port of the famous JUnit framework for
unit testing. Test output is in XML or text format for
@@ -11,4 +11,4 @@ config BR2_PACKAGE_CPPUNIT
http://www.freedesktop.org/wiki/Software/cppunit/
comment "cppunit needs a toolchain w/ C++, dynamic library"
- depends on !BR2_INSTALL_LIBSTDCPP || BR2_PREFER_STATIC_LIB
+ depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS