summaryrefslogtreecommitdiffstats
path: root/package/qtopia4/Config.in
diff options
context:
space:
mode:
authorUlf Samuelsson2007-07-28 19:26:18 +0200
committerUlf Samuelsson2007-07-28 19:26:18 +0200
commit8e1d0f34f7b026baffb75614524e8d6074d805ca (patch)
treea49388b2bfaea9e4c8d872b46195a179f8321942 /package/qtopia4/Config.in
parentUse correct path for alsa-lib (diff)
downloadbuildroot-8e1d0f34f7b026baffb75614524e8d6074d805ca.tar.gz
buildroot-8e1d0f34f7b026baffb75614524e8d6074d805ca.tar.xz
buildroot-8e1d0f34f7b026baffb75614524e8d6074d805ca.zip
Add colourdepth support to Qtopia config
Diffstat (limited to 'package/qtopia4/Config.in')
-rw-r--r--package/qtopia4/Config.in44
1 files changed, 40 insertions, 4 deletions
diff --git a/package/qtopia4/Config.in b/package/qtopia4/Config.in
index 0a636fc79..7367f41a5 100644
--- a/package/qtopia4/Config.in
+++ b/package/qtopia4/Config.in
@@ -12,14 +12,42 @@ config BR2_PACKAGE_QTOPIA4
config BR2_PACKAGE_QTOPIA4_DEBUG
bool "Compile with debug support"
- default y
+ default y
depends BR2_PACKAGE_QTOPIA4
help
+choice
+ prompt "Qtopia 4 Core license type"
+ default BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_GPL
+ depends BR2_PACKAGE_QTOPIA4
+ help
+ Selects the type of license you which to use for Qtopia 4 Core.
+
+config BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_GPL
+ bool "GPL license"
+
+config BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_COMMERCIAL
+ bool "Commercial license"
+
+endchoice
+
+config BR2_PACKAGE_QTOPIA4_GPL_LICENSE_APPROVED
+ bool "Approve Qtopia Core 4 GPL licence"
+ default n
+ depends BR2_PACKAGE_QTOPIA4 && BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_GPL
+ help
+ Select this if you approve the GNU GENERAL PUBLIC LICENSE Version 2
+ on the Qtopia Core 4 library. By doing this you will not be asked
+ while the library is compiled. Please read and understand the GPL
+ licence before approving this.
+
+ For full GPL version 2 see http://www.gnu.org/licenses/gpl.txt
+
+
config BR2_PACKAGE_QTOPIA4_COMMERCIAL_USERNAME
string "Qtopia Core 4 Commercial License Username"
default ""
- depends BR2_PACKAGE_QTOPIA4
+ depends BR2_PACKAGE_QTOPIA4 && BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_COMMERCIAL
help
Commercial users can download their source directly by providing a username.
@@ -27,17 +55,25 @@ config BR2_PACKAGE_QTOPIA4_COMMERCIAL_USERNAME
config BR2_PACKAGE_QTOPIA4_COMMERCIAL_PASSWORD
string "Qtopia Core 4 Commercial License Password"
default ""
- depends BR2_PACKAGE_QTOPIA4
+ depends BR2_PACKAGE_QTOPIA4 && BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_COMMERCIAL
help
Commercial users can download their source directly by providing a password.
config BR2_PACKAGE_QTOPIA4_QT3SUPPORT
bool "Compatibility with Qt3"
- default y
+ default y
depends BR2_PACKAGE_QTOPIA4
help
Turns on support for older Qt3.
+config BR2_PACKAGE_QTOPIA4_DEPTHS
+ string "color depths to support"
+ default "-depths 8"
+ depends BR2_PACKAGE_QTOPIA4
+ help
+ Which color depths to support for the library. Default is "-depths
+ 8". Is specified by a comma separated list, i.e. -depths 24,16,8.
+
config BR2_PACKAGE_QTOPIA4_EMB_PLATFORM
string "The embedded platform we are making Qtopia4 for"
default "arm" if BR2_arm