summaryrefslogtreecommitdiff
path: root/package/qtopia4
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-01-26 19:19:10 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-01-26 19:19:10 +0000
commitd1d142dd91642742af4269c2cb9eff49e3c22655 (patch)
tree36ce72b9602671ee3cd8339abf1e917482b89b25 /package/qtopia4
parente496ff21413de432df2df1b581230ed443c8a0be (diff)
package/: depend on toolchain C++ config, don't use select
select should only be used for package (library) dependencies.
Diffstat (limited to 'package/qtopia4')
-rw-r--r--package/qtopia4/Config.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/qtopia4/Config.in b/package/qtopia4/Config.in
index 4809cb12a..4477ee3fb 100644
--- a/package/qtopia4/Config.in
+++ b/package/qtopia4/Config.in
@@ -1,12 +1,15 @@
config BR2_PACKAGE_QTOPIA4
bool "qtopia4"
- select BR2_INSTALL_LIBSTDCPP
+ depends on BR2_INSTALL_LIBSTDCPP
select BR2_PTHREADS_NATIVE
help
Qtopia core 4.
http://www.trolltech.com/
+comment "qtopia4 requires a toolchain with C++ support enabled"
+ depends on !BR2_INSTALL_LIBSTDCPP
+
if BR2_PACKAGE_QTOPIA4
config BR2_PACKAGE_QTOPIA4_DEBUG