pass HOST_ variables, not BUILD_
[buildroot.git] / package / qtopia4 / Config.in
blob531102890054d92d549d177a70c9b8044c91b860
1 config BR2_PACKAGE_QTOPIA4
2         bool "qtopia4"
3         default n
4         select BR2_INSTALL_LIBSTDCPP
5         select BR2_PTHREADS_NATIVE
6         help
7           Qtopia core 4.
9           http://www.trolltech.com/
11 config BR2_PACKAGE_QTOPIA4_DEBUG
12         bool "Compile with debug support"
13         default n
14         depends on BR2_PACKAGE_QTOPIA4
15         help
17 choice
18         prompt "Library type"
19         default BR2_PACKAGE_QTOPIA4_SHARED
20         depends on BR2_PACKAGE_QTOPIA4
21         help
22           Selects the library type: Shared or Static
24 config BR2_PACKAGE_QTOPIA4_SHARED
25         bool "Shared library"
26 config BR2_PACKAGE_QTOPIA4_STATIC
27         bool "Static Library"
28 endchoice
30 choice
31         prompt "Qtopia 4 Core license type"
32         default BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_GPL
33         depends on BR2_PACKAGE_QTOPIA4
34         help
35           Selects the type of license you which to use for Qtopia 4 Core.
37 config BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_GPL
38         bool "GPL license"
40 config BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_COMMERCIAL
41         bool "Commercial license"
43 endchoice
45 config BR2_PACKAGE_QTOPIA4_GPL_LICENSE_APPROVED
46         bool "Approve Qtopia Core 4 GPL licence"
47         default n
48         depends on BR2_PACKAGE_QTOPIA4 && BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_GPL
49         help
50           Select this if you approve the GNU GENERAL PUBLIC LICENSE Version 2
51           on the Qtopia Core 4 library. By doing this you will not be asked
52           while the library is compiled. Please read and understand the GPL
53           licence before approving this.
55           For full GPL version 2 see http://www.gnu.org/licenses/gpl.txt
58 config BR2_PACKAGE_QTOPIA4_COMMERCIAL_USERNAME
59         string "Qtopia Core 4 Commercial License Username"
60         default ""
61         depends on BR2_PACKAGE_QTOPIA4 && BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_COMMERCIAL
62         help
63             Commercial users can download their source directly by providing a username.
66 config BR2_PACKAGE_QTOPIA4_COMMERCIAL_PASSWORD
67         string "Qtopia Core 4 Commercial License Password"
68         default ""
69         depends on BR2_PACKAGE_QTOPIA4 && BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_COMMERCIAL
70         help
71             Commercial users can download their source directly by providing a password.
73 config BR2_PACKAGE_QTOPIA4_QT3SUPPORT
74         bool "Compatibility with Qt3"
75         default y
76         depends on BR2_PACKAGE_QTOPIA4
77         help
78             Turns on support for older Qt3.
80 config BR2_PACKAGE_QTOPIA4_DEPTHS
81         string "color depths to support"
82         default "-depths 8"
83         depends on BR2_PACKAGE_QTOPIA4
84         help
85             Which color depths to support for the library. Default is "-depths
86             8". Is specified by a comma separated list, i.e. -depths 24,16,8.
88 config BR2_PACKAGE_QTOPIA4_GIF
89         bool "Enable GIF support"
90         default n
91         depends on BR2_PACKAGE_QTOPIA4
92         help
93           This compiles and installs the plugin for GIF reading support.
95 config BR2_PACKAGE_QTOPIA4_LIBMNG
96         bool "Enable libmng support"
97         default n
98         select BR2_PACKAGE_LIBPNG
99         depends on BR2_PACKAGE_QTOPIA4
100         help
101           This compiles and installs the plugin for MNG support.
103 choice
104         prompt "libjpeg support"
105         depends on BR2_PACKAGE_QTOPIA4
106         default BR2_PACKAGE_QTOPIA4_NOJPEG
107         help
108           Select libjpeg support.
110 config BR2_PACKAGE_QTOPIA4_NOJPEG
111         bool
112         prompt "No jpeg support"
113         help
114           Disable JPEG support
116 config BR2_PACKAGE_QTOPIA4_SYSTEMJPEG
117         bool
118         select BR2_PACKAGE_JPEG
119         prompt "use system libjpeg"
120         help
121           Link against system libjpeg
123 config BR2_PACKAGE_QTOPIA4_QTJPEG
124         bool
125         prompt "use qt libjpeg"
126         help
127           Link against libjpeg proveded with Qt
128 endchoice
130 choice
131         prompt "zlib support"
132         depends on BR2_PACKAGE_QTOPIA4
133         default BR2_PACKAGE_QTOPIA4_QTZLIB
134         help
135           Select zlib support.
137 config BR2_PACKAGE_QTOPIA4_NOZLIB
138         bool
139         prompt "no zlib"
140         help
141           Use the zlib bundled with Qt.
144 config BR2_PACKAGE_QTOPIA4_QTZLIB
145         bool
146         prompt "Qt zlib"
147         help
148           Use the zlib bundled with Qt.
149         
150 config BR2_PACKAGE_QTOPIA4_SYSTEMZLIB
151         bool
152         select BR2_PACKAGE_ZLIB
153         prompt "System zlib"
154         help
155           Use the shared zlib from the system.
156 endchoice
157                                                                     
159 config BR2_PACKAGE_QTOPIA4_EMB_PLATFORM
160         string "The embedded platform we are making Qtopia4 for"
161         default "arm"   if BR2_arm
162         default "arm"   if BR2_armeb
163         default "avr32" if BR2_avr32
164         default "x86"   if BR2_i386
165         default "x86_64"        if BR2_x86_64
166         default "mips"  if BR2_mips
167         default "mips"  if BR2_mipsel
168 # Not that I really believe these will work..
169         default "generic"       if BR2_alpha
170         default "generic"       if BR2_chris
171         default "generic"       if BR2_m68k
172         default "generic"       if BR2_nios2
173         default "generic"       if BR2_powerpc
174         default "generic"       if BR2_sh
175         default "generic"       if BR2_sh64
176         default "generic"       if BR2_sparc
177         depends on BR2_PACKAGE_QTOPIA4
178         help
179             The platform.