|
diff --git a/config.in b/config.in index 93bdcb2..3b89bcc 100644 --- a/ config.in+++ b/ config.in |
|
@@ -103,195 +103,194 @@ config SPECFILE |
103 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) |
103 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) |
104 | default "linux-g++" if TARGET_SIMPAD && X11 |
104 | default "linux-g++" if TARGET_SIMPAD && X11 |
105 | default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11) |
105 | default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11) |
106 | default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11) |
106 | default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11) |
107 | default "qws/linux-oe-g++" if TARGET_OE && (!X11) |
107 | default "qws/linux-oe-g++" if TARGET_OE && (!X11) |
108 | default "qws/linux-htc-g++" if TARGET_HTC && (! X11) |
108 | default "qws/linux-htc-g++" if TARGET_HTC && (! X11) |
109 | default "linux-g++" if TARGET_HTC && X11 |
109 | default "linux-g++" if TARGET_HTC && X11 |
110 | |
110 | |
111 | config CUSTOMFILE |
111 | config CUSTOMFILE |
112 | string |
112 | string |
113 | default "custom-ipaq.h" if TARGET_IPAQ |
113 | default "custom-ipaq.h" if TARGET_IPAQ |
114 | default "custom-sharp.h" if TARGET_SHARP |
114 | default "custom-sharp.h" if TARGET_SHARP |
115 | default "custom-ramses.h" if TARGET_RAMSES |
115 | default "custom-ramses.h" if TARGET_RAMSES |
116 | default "custom-ipaq.h" if TARGET_SIMPAD |
116 | default "custom-ipaq.h" if TARGET_SIMPAD |
117 | default "custom-yopy.h" if TARGET_YOPY |
117 | default "custom-yopy.h" if TARGET_YOPY |
118 | |
118 | |
119 | config OPTIMIZATIONS |
119 | config OPTIMIZATIONS |
120 | string "Optimization flags" |
120 | string "Optimization flags" |
121 | depends OPTIMIZE |
121 | depends OPTIMIZE |
122 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ |
122 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ |
123 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY |
123 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY |
124 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP |
124 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP |
125 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES |
125 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES |
126 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD |
126 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD |
127 | default "-march=armv5te -mtune=xscale -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_C700 |
127 | default "-march=armv5te -mtune=xscale -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_C700 |
128 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_HTC |
128 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_HTC |
129 | |
129 | |
130 | config EXPERIMENTAL |
130 | config EXPERIMENTAL |
131 | bool "Prompt for development and/or incomplete items" |
131 | bool "Prompt for development and/or incomplete items" |
132 | default y |
132 | default y |
133 | |
133 | |
134 | config USE_CCACHE |
134 | config USE_CCACHE |
135 | bool "Use ccache, if available?" |
135 | bool "Use ccache, if available?" |
136 | default y |
136 | default y |
137 | |
137 | |
138 | endmenu |
138 | endmenu |
139 | |
139 | |
140 | menu "Configuration" |
140 | menu "Configuration" |
141 | config OPIE_NO_BUILTIN_SHUTDOWN |
141 | config OPIE_NO_BUILTIN_SHUTDOWN |
142 | boolean "Disable the built in shutdown application" |
142 | boolean "Disable the built in shutdown application" |
143 | default y |
143 | default y |
144 | |
144 | |
145 | config OPIE_NO_BUILTIN_CALIBRATE |
145 | config OPIE_NO_BUILTIN_CALIBRATE |
146 | boolean "Disable the built in calibrate application" |
146 | boolean "Disable the built in calibrate application" |
147 | default y if TARGET_YOPY |
147 | default y if TARGET_YOPY |
148 | default n if ! TARGET_YOPY |
148 | default n if ! TARGET_YOPY |
149 | |
149 | |
150 | config OPIE_SOUND_FRAGMENT_SHIFT |
150 | config OPIE_SOUND_FRAGMENT_SHIFT |
151 | string "The sound fragment used in Opie Player I" |
151 | string "The sound fragment used in Opie Player I" |
152 | default "14" if TARGET_IPAQ |
152 | default "14" if TARGET_IPAQ |
153 | default "16" if ! TARGET_IPAQ |
153 | default "16" if ! TARGET_IPAQ |
154 | |
154 | |
155 | config USE_REALTIME_AUDIO_THREAD |
155 | config USE_REALTIME_AUDIO_THREAD |
156 | boolean "Use a realtime thread in Opie Player I" |
156 | boolean "Use a realtime thread in Opie Player I" |
157 | default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP |
157 | default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP |
158 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) |
158 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) |
159 | |
159 | |
160 | config QT_QWS_ALLOW_OVERCLOCK |
160 | config QT_QWS_ALLOW_OVERCLOCK |
161 | boolean "Allow the user to overclock the device" |
161 | boolean "Allow the user to overclock the device" |
162 | depends TARGET_RAMSES |
162 | depends TARGET_RAMSES |
163 | default n |
163 | default n |
164 | |
164 | |
165 | config USE_FILE_NOTIFICATION |
165 | config USE_FILE_NOTIFICATION |
166 | boolean "Substitute (some) polling interfaces with OFileNotifier" |
166 | boolean "Substitute (some) polling interfaces with OFileNotifier" |
167 | default y |
167 | default y |
168 | |
168 | |
169 | config OPIE_NEW_ALLOC |
169 | config OPIE_NEW_ALLOC |
170 | boolean "Use malloc and free for the implementation" |
170 | boolean "Use malloc and free for the implementation" |
171 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP |
171 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP |
172 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) |
172 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) |
173 | |
173 | |
174 | config OPIE_TASKBAR_LOCK_KEY_STATE |
174 | config OPIE_TASKBAR_LOCK_KEY_STATE |
175 | boolean "Have a KeyLock state indicator on the taskbar" |
175 | boolean "Have a KeyLock state indicator on the taskbar" |
176 | default y if TARGET_SHARP |
176 | default y if TARGET_SHARP |
177 | default n if !TARGET_SHARP |
177 | default n if !TARGET_SHARP |
178 | |
178 | |
179 | config LIBQPE_WITHROHFEEDBACK |
179 | config LIBQPE_WITHROHFEEDBACK |
180 | boolean "Build libqpe with Right-On-Hold feedback" |
180 | boolean "Build libqpe with Right-On-Hold feedback" |
181 | default y |
181 | default y |
182 | |
182 | |
183 | config LIBQPE_NO_INLINE_IMAGES |
183 | config LIBQPE_NO_INLINE_IMAGES |
184 | boolean "Build libqpe without inline images" |
184 | boolean "Build libqpe without inline images" |
185 | default n |
185 | default n |
186 | |
186 | |
187 | config OPIE_NO_SOUND_PCM_READ_BITS |
187 | config OPIE_NO_SOUND_PCM_READ_BITS |
188 | boolean "There is not a pcm_read_bits io control" |
188 | boolean "There is not a pcm_read_bits io control" |
189 | default y if TARGET_SHARP |
189 | default y if TARGET_SHARP |
190 | default n if ! TARGET_SHARP |
190 | default n if ! TARGET_SHARP |
191 | endmenu |
191 | endmenu |
192 | |
192 | |
193 | menu "Dependencies" |
193 | menu "Dependencies" |
194 | source dependencies.in |
194 | source dependencies.in |
195 | endmenu |
195 | endmenu |
196 | |
196 | |
197 | menu "Base" |
197 | menu "Base" |
198 | choice |
198 | choice |
199 | prompt "Qpe Library Selection" |
199 | prompt "Qpe Library Selection" |
200 | default LIBQPE |
200 | default LIBQPE |
201 | source library/config.in |
201 | source library/config.in |
202 | source x11/config.in |
202 | source x11/config.in |
203 | endchoice |
203 | endchoice |
204 | source libopie2/config.in |
204 | source libopie2/config.in |
205 | source libqtaux/config.in |
205 | source libqtaux/config.in |
206 | source rsync/config.in |
206 | source rsync/config.in |
207 | source core/opie-login/config.in |
207 | source core/opie-login/config.in |
208 | source core/opiealarm/config.in |
208 | source core/opiealarm/config.in |
209 | source core/tools/quicklauncher/config.in |
209 | source core/tools/quicklauncher/config.in |
210 | source core/tools/hotplug-qcop/config.in |
210 | source core/tools/hotplug-qcop/config.in |
211 | source core/launcher/config.in |
211 | source core/launcher/config.in |
212 | source core/symlinker/config.in |
212 | source core/symlinker/config.in |
213 | endmenu |
213 | endmenu |
214 | |
214 | |
215 | comment "" |
215 | comment "" |
216 | |
216 | |
217 | menu "Applets" |
217 | menu "Applets" |
218 | source core/applets/config.in |
218 | source core/applets/config.in |
219 | source noncore/applets/config.in |
219 | source noncore/applets/config.in |
220 | endmenu |
220 | endmenu |
221 | |
221 | |
222 | menu "Apps" |
222 | menu "Apps" |
223 | source core/apps/config.in |
223 | source core/apps/config.in |
224 | source noncore/apps/config.in |
224 | source noncore/apps/config.in |
225 | endmenu |
225 | endmenu |
226 | |
226 | |
227 | menu "Communications and Networking" |
227 | menu "Communications and Networking" |
228 | source noncore/comm/config.in |
228 | source noncore/comm/config.in |
229 | source noncore/net/config.in |
229 | source noncore/net/config.in |
230 | endmenu |
230 | endmenu |
231 | |
231 | |
232 | menu "Games" |
232 | menu "Games" |
233 | source noncore/games/config.in |
233 | source noncore/games/config.in |
234 | endmenu |
234 | endmenu |
235 | |
235 | |
236 | menu "Graphics and Multimedia" |
236 | menu "Graphics and Multimedia" |
237 | source freetype/config.in |
237 | source freetype/config.in |
238 | source noncore/graphics/config.in |
238 | source noncore/graphics/config.in |
239 | source core/multimedia/config.in |
239 | source core/multimedia/config.in |
240 | source noncore/multimedia/config.in |
240 | source noncore/multimedia/config.in |
241 | endmenu |
241 | endmenu |
242 | |
242 | |
243 | menu "Input methods" |
243 | menu "Input methods" |
244 | source inputmethods/config.in |
244 | source inputmethods/config.in |
245 | endmenu |
245 | endmenu |
246 | |
246 | |
247 | menu "Pim" |
247 | menu "Pim" |
248 | source core/obex/config.in |
248 | source core/obex/config.in |
249 | source core/pim/config.in |
249 | source core/pim/config.in |
250 | comment "Today Plugins ---" |
250 | comment "Today Plugins ---" |
251 | source noncore/todayplugins/config.in |
251 | source noncore/todayplugins/config.in |
252 | source core/pim/today/plugins/config.in |
252 | source core/pim/today/plugins/config.in |
253 | comment "Holiday Plugins ---" |
253 | comment "Holiday Plugins ---" |
254 | source core/pim/datebook/holiday/config.in |
254 | source core/pim/datebook/holiday/config.in |
255 | endmenu |
255 | endmenu |
256 | |
256 | |
257 | menu "Settings" |
257 | menu "Settings" |
258 | source core/settings/config.in |
258 | source core/settings/config.in |
259 | source noncore/settings/config.in |
259 | source noncore/settings/config.in |
260 | source noncore/securityplugins/config.in |
260 | source noncore/securityplugins/config.in |
261 | endmenu |
261 | endmenu |
262 | |
262 | |
263 | menu "Theming" |
263 | menu "Theming" |
264 | comment "Decorations ---" |
264 | comment "Decorations ---" |
265 | source noncore/decorations/config.in |
265 | source noncore/decorations/config.in |
266 | comment "Styles ---" |
266 | comment "Styles ---" |
267 | source noncore/styles/config.in |
267 | source noncore/styles/config.in |
268 | endmenu |
268 | endmenu |
269 | |
269 | |
270 | menu "Tools" |
270 | menu "Tools" |
271 | source noncore/tools/config.in |
271 | source noncore/tools/config.in |
272 | endmenu |
272 | endmenu |
273 | |
273 | |
274 | menu "Development" |
274 | menu "Development" |
275 | source development/keyview/config.in |
275 | source development/keyview/config.in |
276 | #source development/debugviewer/config.in |
276 | #source development/debugviewer/config.in |
277 | endmenu |
277 | endmenu |
278 | |
278 | |
279 | menu "Examples" |
279 | menu "Examples" |
280 | config EXAMPLES |
280 | config EXAMPLES |
281 | boolean "Compile Example Application" |
281 | boolean "Compile Example Application" |
282 | source examples/config.in |
282 | source examples/config.in |
283 | endmenu |
283 | endmenu |
284 | |
284 | |
285 | comment "" |
285 | comment "" |
286 | |
286 | |
287 | menu "Unsupported / Unmaintained" |
287 | menu "Unsupported / Unmaintained" |
288 | source noncore/unsupported/config.in |
288 | source noncore/unsupported/config.in |
289 | endmenu |
289 | endmenu |
290 | |
290 | |
291 | comment "" |
291 | comment "" |
292 | depends on EXPERIMENTAL |
292 | depends on EXPERIMENTAL |
293 | menu "Experimental" |
293 | menu "Experimental" |
294 | depends on EXPERIMENTAL |
294 | depends on EXPERIMENTAL |
295 | source libslcompat/config.in |
| |
296 | source core/qws/config.in |
295 | source core/qws/config.in |
297 | endmenu |
296 | endmenu |
|