- import buildroot
[buildroot.git] / package / qtopia4 / Config.in
blobf02875eb268adabb88ebb6e5205776e5e435d2f9
1 config BR2_PACKAGE_QTOPIA4
2         bool "qtopia4"
3         default n
4         select BR2_INSTALL_LIBSTDCPP
5         select BR2_PTHREADS_NATIVE
6         select BR2_PACKAGE_JPEG
7         select BR2_PACKAGE_LIBPNG
8         help
9           Qtopia core 4.
11           http://www.trolltech.com/
13 config BR2_PACKAGE_QTOPIA4_DEBUG
14         bool "Compile with debug support"
15         default y
16         depends BR2_PACKAGE_QTOPIA4
17         help
19 choice
20         prompt "Qtopia 4 Core license type"
21         default BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_GPL
22         depends BR2_PACKAGE_QTOPIA4
23         help
24           Selects the type of license you which to use for Qtopia 4 Core.
26 config BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_GPL
27         bool "GPL license"
29 config BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_COMMERCIAL
30         bool "Commercial license"
32 endchoice
34 config BR2_PACKAGE_QTOPIA4_GPL_LICENSE_APPROVED
35         bool "Approve Qtopia Core 4 GPL licence"
36         default n
37         depends BR2_PACKAGE_QTOPIA4 && BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_GPL
38         help
39           Select this if you approve the GNU GENERAL PUBLIC LICENSE Version 2
40           on the Qtopia Core 4 library. By doing this you will not be asked
41           while the library is compiled. Please read and understand the GPL
42           licence before approving this.
44           For full GPL version 2 see http://www.gnu.org/licenses/gpl.txt
47 config BR2_PACKAGE_QTOPIA4_COMMERCIAL_USERNAME
48         string "Qtopia Core 4 Commercial License Username"
49         default ""
50         depends BR2_PACKAGE_QTOPIA4 && BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_COMMERCIAL
51         help
52             Commercial users can download their source directly by providing a username.
55 config BR2_PACKAGE_QTOPIA4_COMMERCIAL_PASSWORD
56         string "Qtopia Core 4 Commercial License Password"
57         default ""
58         depends BR2_PACKAGE_QTOPIA4 && BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_COMMERCIAL
59         help
60             Commercial users can download their source directly by providing a password.
62 config BR2_PACKAGE_QTOPIA4_QT3SUPPORT
63         bool "Compatibility with Qt3"
64         default y
65         depends BR2_PACKAGE_QTOPIA4
66         help
67             Turns on support for older Qt3.
69 config BR2_PACKAGE_QTOPIA4_DEPTHS
70         string "color depths to support"
71         default "-depths 8"
72         depends BR2_PACKAGE_QTOPIA4
73         help
74             Which color depths to support for the library. Default is "-depths
75             8". Is specified by a comma separated list, i.e. -depths 24,16,8.
77 config BR2_PACKAGE_QTOPIA4_GIF
78         bool "Enable GIF support"
79         default n
80         depends BR2_PACKAGE_QTOPIA4
81         help
82           This compiles and installs the plugin for GIF reading support.
84 config BR2_PACKAGE_QTOPIA4_LIBMNG
85         bool "Enable libmng support"
86         default n
87         depends BR2_PACKAGE_QTOPIA4
88         help
89           This compiles and installs the plugin for MNG support.
91 config BR2_PACKAGE_QTOPIA4_EMB_PLATFORM
92         string "The embedded platform we are making Qtopia4 for"
93         default "arm"   if BR2_arm
94         default "arm"   if BR2_armeb
95         default "avr32" if BR2_avr32
96         default "x86"   if BR2_i386
97         default "x86_64"        if BR2_x86_64
98         default "mips"  if BR2_mips
99         default "mips"  if BR2_mipsel
100 # Not that I really believe these will work..
101         default "generic"       if BR2_alpha
102         default "generic"       if BR2_chris
103         default "generic"       if BR2_m68k
104         default "generic"       if BR2_nios2
105         default "generic"       if BR2_powerpc
106         default "generic"       if BR2_sh
107         default "generic"       if BR2_sh64
108         default "generic"       if BR2_sparc
109         depends BR2_PACKAGE_QTOPIA4
110         help
111             The platform.