summaryrefslogtreecommitdiffstats
path: root/package/qtopia4/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2009-01-26 20:19:10 +0100
committerPeter Korsgaard2009-01-26 20:19:10 +0100
commitd1d142dd91642742af4269c2cb9eff49e3c22655 (patch)
tree36ce72b9602671ee3cd8339abf1e917482b89b25 /package/qtopia4/Config.in
parentlibcgicc: depend on toolchain config, don't use select (diff)
downloadbuildroot-d1d142dd91642742af4269c2cb9eff49e3c22655.tar.gz
buildroot-d1d142dd91642742af4269c2cb9eff49e3c22655.tar.xz
buildroot-d1d142dd91642742af4269c2cb9eff49e3c22655.zip
package/: depend on toolchain C++ config, don't use select
select should only be used for package (library) dependencies.
Diffstat (limited to 'package/qtopia4/Config.in')
-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