summaryrefslogtreecommitdiff
path: root/package/qtopia4
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-03-05 15:35:37 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2009-03-05 15:35:37 +0000
commit04d9a2038a63fe6468a9cf1bc9d9114e3dc281e1 (patch)
tree540b132bd81650d77f9829569ec13141a9f0f845 /package/qtopia4
parente888cd41b4759c1454b83bdba8a2964f194d6b06 (diff)
qtopia4: remove invalid PTHREADS_NATIVE dependency
Diffstat (limited to 'package/qtopia4')
-rw-r--r--package/qtopia4/Config.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/qtopia4/Config.in b/package/qtopia4/Config.in
index b88d19aa1..f29d186a4 100644
--- a/package/qtopia4/Config.in
+++ b/package/qtopia4/Config.in
@@ -1,14 +1,13 @@
config BR2_PACKAGE_QTOPIA4
bool "qtopia4"
depends on BR2_INSTALL_LIBSTDCPP
- depends on BR2_PTHREADS_NATIVE
help
Qtopia core 4.
http://www.trolltech.com/
-comment "qtopia4 requires a toolchain with C++ and NPTL support enabled"
- depends on !BR2_INSTALL_LIBSTDCPP || !BR2_PTHREADS_NATIVE
+comment "qtopia4 requires a toolchain with C++ support enabled"
+ depends on !BR2_INSTALL_LIBSTDCPP
if BR2_PACKAGE_QTOPIA4