summaryrefslogtreecommitdiff
path: root/package/qtopia4
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-03-05 14:17:55 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-03-05 14:17:55 +0000
commit2e1ca24a270ce8351ec0057102ef8bf03f723673 (patch)
treefe185ed25c923ed00b55252ca61d8e2661d7fd5c /package/qtopia4
parent89b4f17873d131ed69af2ab6db8aa665db5840f2 (diff)
package: convert some Config.in selects to depends
Patch by Olaf Rempel <razzor@kopf-tisch.de>. quick grep showed theses invalid selects of toolchain options.
Diffstat (limited to 'package/qtopia4')
-rw-r--r--package/qtopia4/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/qtopia4/Config.in b/package/qtopia4/Config.in
index 4477ee3fb..b88d19aa1 100644
--- a/package/qtopia4/Config.in
+++ b/package/qtopia4/Config.in
@@ -1,14 +1,14 @@
config BR2_PACKAGE_QTOPIA4
bool "qtopia4"
depends on BR2_INSTALL_LIBSTDCPP
- select BR2_PTHREADS_NATIVE
+ depends on 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
+comment "qtopia4 requires a toolchain with C++ and NPTL support enabled"
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_PTHREADS_NATIVE
if BR2_PACKAGE_QTOPIA4