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