summaryrefslogtreecommitdiffstats
path: root/package/cegui06/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/cegui06/Config.in')
-rw-r--r--package/cegui06/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/cegui06/Config.in b/package/cegui06/Config.in
index f03e4884b4..e6a024a399 100644
--- a/package/cegui06/Config.in
+++ b/package/cegui06/Config.in
@@ -1,11 +1,11 @@
comment "cegui06 needs a toolchain w/ C++, threads, dynamic library"
- depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP || BR2_PREFER_STATIC_LIB
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
config BR2_PACKAGE_CEGUI06
bool "cegui06"
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_INSTALL_LIBSTDCPP
- depends on !BR2_PREFER_STATIC_LIB
+ depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_EXPAT
select BR2_PACKAGE_FREETYPE
select BR2_PACKAGE_PCRE
OpenPOWER on IntegriCloud