diff options
Diffstat (limited to 'package/qtopia4/Config.in')
-rw-r--r-- | package/qtopia4/Config.in | 5 |
1 files changed, 4 insertions, 1 deletions
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 |