diff options
Diffstat (limited to 'package/qte/Config.in')
-rw-r--r-- | package/qte/Config.in | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/package/qte/Config.in b/package/qte/Config.in index 78a564daf..aae36b9a0 100644 --- a/package/qte/Config.in +++ b/package/qte/Config.in @@ -16,7 +16,7 @@ config BR2_PACKAGE_QTE config BR2_PACKAGE_QTE_COMMERCIAL_USERNAME string "Qt/E Commercial License Username" default "" - depends BR2_PACKAGE_QTE + depends on BR2_PACKAGE_QTE help Commercial users can download their source directly by providing a username. I do not mean this to be a political or economic statement, just a convenience function @@ -24,7 +24,7 @@ config BR2_PACKAGE_QTE_COMMERCIAL_USERNAME config BR2_PACKAGE_QTE_COMMERCIAL_PASSWORD string "Qt/E Commercial License Password" default "" - depends BR2_PACKAGE_QTE + depends on BR2_PACKAGE_QTE help Commercial users can download their source directly by providing a password. I do not mean this to be a political or economic statement, just a convenience function @@ -32,7 +32,7 @@ config BR2_PACKAGE_QTE_COMMERCIAL_PASSWORD choice prompt "Qt/E Version" default BR2_QTE_VERSION_2_3_11 - depends BR2_PACKAGE_QTE + depends on BR2_PACKAGE_QTE help Select the version of Qt/E you wish to use. @@ -61,7 +61,7 @@ config BR2_QTE_VERSION config BR2_PACKAGE_QTE_QVFB bool "QVfb" default n - depends BR2_PACKAGE_QTE + depends on BR2_PACKAGE_QTE help Trolltech provides a Virtual Framebuffer used to simulate the embedded device during development @@ -70,7 +70,7 @@ config BR2_PACKAGE_QTE_QVFB choice prompt "QVfb Version" default BR2_QTE_QVFB_VERSION_2_3_2 - depends BR2_PACKAGE_QTE_QVFB + depends on BR2_PACKAGE_QTE_QVFB help Select the version of QVfb you wish to use. @@ -92,7 +92,7 @@ config BR2_QTE_QVFB_VERSION config BR2_PACKAGE_QTE_QT3 bool "Qt/E-3.3.x for Qtopia build" default n - depends BR2_PACKAGE_QTE_QTOPIA + depends on BR2_PACKAGE_QTE_QTOPIA help Qtopia requires a Qt/E version >= 3.3.0; when using a Qt/E-2.3.x on the runtime, Qtopia still needs a Qt/E-3.3.x codebase to build @@ -101,7 +101,7 @@ config BR2_PACKAGE_QTE_QT3 choice prompt "QT/E v3 Version" default BR2_QTE_QT3_VERSION_3_3_4 - depends BR2_PACKAGE_QTE_QT3 + depends on BR2_PACKAGE_QTE_QT3 help Select the version of QVfb you wish to use. @@ -122,7 +122,7 @@ config BR2_QTE_QT3_VERSION config BR2_PACKAGE_QTE_QTOPIA bool "Qtopia" default n - depends BR2_PACKAGE_QTE + depends on BR2_PACKAGE_QTE help Qtopia defines some more advanced components used for mobile devices @@ -131,7 +131,7 @@ config BR2_PACKAGE_QTE_QTOPIA choice prompt "Qtopia Version" default BR2_QTE_QTOPIA_VERSION_2_1_2 - depends BR2_PACKAGE_QTE_QTOPIA + depends on BR2_PACKAGE_QTE_QTOPIA help Select the version of Qtopia you wish to use. @@ -151,7 +151,7 @@ config BR2_QTE_QTOPIA_VERSION config BR2_QTE_TMAKE_VERSION string default "1.13" - depends BR2_PACKAGE_QTE + depends on BR2_PACKAGE_QTE # generated from: # ls ~/src/buildroot/build_arm/qt-2.3.10/configs/*-static|cut -c56-|sed -e 's/-static//g'|\ @@ -160,33 +160,33 @@ config BR2_QTE_TMAKE_VERSION choice prompt "Qt/E Cross-Compiler Target Platform" default BR2_QTE_CROSS_LINUX_ARM_GPP - depends BR2_PACKAGE_QTE + depends on BR2_PACKAGE_QTE help Select the Qt cross-platform string for your build config BR2_QTE_CROSS_CYGWIN_ARM_GPP # qtopia-phone does not have this platform in qtopia-phone-2.1.1/src/libraries/qtopia/custom-cygwin-arm-g++.{cpp,h} - depends !BR2_PACKAGE_QTE_QTOPIA + depends on !BR2_PACKAGE_QTE_QTOPIA bool "cygwin-arm-g++" config BR2_QTE_CROSS_CYGWIN_IPAQ_GPP # qtopia-phone does not have this platform in qtopia-phone-2.1.1/src/libraries/qtopia/custom-cygwin-ipaq-g++.{cpp,h} - depends !BR2_PACKAGE_QTE_QTOPIA + depends on !BR2_PACKAGE_QTE_QTOPIA bool "cygwin-ipaq-g++" config BR2_QTE_CROSS_CYGWIN_SHARP_GPP # qtopia-phone does not have this platform in qtopia-phone-2.1.1/src/libraries/qtopia/custom-cygwin-sharp-g++.{cpp,h} - depends !BR2_PACKAGE_QTE_QTOPIA + depends on !BR2_PACKAGE_QTE_QTOPIA bool "cygwin-sharp-g++" config BR2_QTE_CROSS_FREEBSD_GPP # qtopia-phone does not have this platform in qtopia-phone-2.1.1/src/libraries/qtopia/custom-freebsd-g++.{cpp,h} - depends !BR2_PACKAGE_QTE_QTOPIA + depends on !BR2_PACKAGE_QTE_QTOPIA bool "freebsd-g++" config BR2_QTE_CROSS_LINUX_ARM_GPP # qtopia-phone does not have this platform in qtopia-phone-2.1.1/src/libraries/qtopia/custom-linux-arm-g++.{cpp,h} - depends !BR2_PACKAGE_QTE_QTOPIA + depends on !BR2_PACKAGE_QTE_QTOPIA bool "linux-arm-g++" config BR2_QTE_CROSS_LINUX_CASSIOPEIA_GPP @@ -203,17 +203,17 @@ choice config BR2_QTE_CROSS_LINUX_KOALA_GPP # qtopia-phone does not have this platform in qtopia-phone-2.1.1/src/libraries/qtopia/custom-linux-koala-g++.{cpp,h} - depends !BR2_PACKAGE_QTE_QTOPIA + depends on !BR2_PACKAGE_QTE_QTOPIA bool "linux-koala-g++" config BR2_QTE_CROSS_LINUX_MIPS_GPP # qtopia-phone does not have this platform in qtopia-phone-2.1.1/src/libraries/qtopia/custom-linux-mips-g++.{cpp,h} - depends !BR2_PACKAGE_QTE_QTOPIA + depends on !BR2_PACKAGE_QTE_QTOPIA bool "linux-mips-g++" config BR2_QTE_CROSS_LINUX_SH3_GPP # qtopia-phone does not have this platform in qtopia-phone-2.1.1/src/libraries/qtopia/custom-linux-sh3-g++.{cpp,h} - depends !BR2_PACKAGE_QTE_QTOPIA + depends on !BR2_PACKAGE_QTE_QTOPIA bool "linux-sh3-g++" config BR2_QTE_CROSS_LINUX_SHARP_GPP @@ -224,17 +224,17 @@ choice config BR2_QTE_CROSS_QNX_RTP_GPP # qtopia-phone does not have this platform in qtopia-phone-2.1.1/src/libraries/qtopia/custom-qnx-rtp-g++.{cpp,h} - depends !BR2_PACKAGE_QTE_QTOPIA + depends on !BR2_PACKAGE_QTE_QTOPIA bool "qnx-rtp-g++" config BR2_QTE_CROSS_SOLARIS_GPP # qtopia-phone does not have this platform in qtopia-phone-2.1.1/src/libraries/qtopia/custom-solaris-g++.{cpp,h} - depends !BR2_PACKAGE_QTE_QTOPIA + depends on !BR2_PACKAGE_QTE_QTOPIA bool "solaris-g++" config BR2_QTE_CROSS_WIN32_MSVC # qtopia-phone does not have this platform in qtopia-phone-2.1.1/src/libraries/qtopia/custom-win32-msvc.{cpp,h} - depends !BR2_PACKAGE_QTE_QTOPIA + depends on !BR2_PACKAGE_QTE_QTOPIA bool "win32-msvc" endchoice |