qtopia4: remove invalid PTHREADS_NATIVE dependency

This commit is contained in:
Peter Korsgaard 2009-03-05 15:35:37 +00:00
parent e888cd41b4
commit 04d9a2038a

View File

@ -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