summaryrefslogtreecommitdiffstats
path: root/package
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
parente496ff21413de432df2df1b581230ed443c8a0be (diff)
downloadbuildroot-novena-d1d142dd91642742af4269c2cb9eff49e3c22655.tar.gz
buildroot-novena-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')
-rw-r--r--package/oprofile/Config.in5
-rw-r--r--package/qte/Config.in6
-rw-r--r--package/qtopia4/Config.in5
3 files changed, 13 insertions, 3 deletions
diff --git a/package/oprofile/Config.in b/package/oprofile/Config.in
index 7cafe468a..770b5550b 100644
--- a/package/oprofile/Config.in
+++ b/package/oprofile/Config.in
@@ -1,7 +1,7 @@
config BR2_PACKAGE_OPROFILE
bool "oprofile"
select BR2_PACKAGE_POPT
- select BR2_INSTALL_LIBSTDCPP
+ depends on BR2_INSTALL_LIBSTDCPP
help
OProfile is a system-wide profiler for Linux systems,
capable of profiling all running code at low overhead.
@@ -17,3 +17,6 @@ config BR2_PACKAGE_OPROFILE
profiling. All code is profiled: hardware and software
interrupt handlers, kernel modules, the kernel, shared
libraries, and applications.
+
+comment "oprofile requires a toolchain with C++ support enabled"
+ depends on !BR2_INSTALL_LIBSTDCPP
diff --git a/package/qte/Config.in b/package/qte/Config.in
index d2207a941..7434a5e2c 100644
--- a/package/qte/Config.in
+++ b/package/qte/Config.in
@@ -1,7 +1,7 @@
config BR2_PACKAGE_QTE
bool "Qt/E"
depends on BR2_DEPRECATED
- select BR2_INSTALL_LIBSTDCPP
+ depends on BR2_INSTALL_LIBSTDCPP
select BR2_PTHREADS_NATIVE
select BR2_PACKAGE_JPEG
select BR2_PACKAGE_LIBPNG
@@ -14,6 +14,10 @@ config BR2_PACKAGE_QTE
Only tested with threading on, PACKAGE_JPEG, PACKAGE_LIBPNG,
but remove those if you like.
+comment "Qt/E requires a toolchain with C++ support enabled"
+ depends on !BR2_INSTALL_LIBSTDCPP
+ depends on BR2_DEPRECATED
+
config BR2_PACKAGE_QTE_COMMERCIAL_USERNAME
string "Qt/E Commercial License Username"
default ""
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