From: Peter Korsgaard Date: Thu, 5 Mar 2009 15:35:37 +0000 (-0000) Subject: qtopia4: remove invalid PTHREADS_NATIVE dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=04d9a2038a63fe6468a9cf1bc9d9114e3dc281e1;p=buildroot.git qtopia4: remove invalid PTHREADS_NATIVE dependency --- diff --git a/package/qtopia4/Config.in b/package/qtopia4/Config.in index b88d19aa18..f29d186a45 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