|
diff --git a/config.in b/config.in index 2cd3160..60ebd65 100644 --- a/ config.in+++ b/ config.in |
|
@@ -131,133 +131,134 @@ config OPIE_SOUND_FRAGMENT_SHIFT |
131 | config USE_REALTIME_AUDIO_THREAD |
131 | config USE_REALTIME_AUDIO_THREAD |
132 | boolean "Use a realtime thread in Opie Player I" |
132 | boolean "Use a realtime thread in Opie Player I" |
133 | default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP |
133 | default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP |
134 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) |
134 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) |
135 | |
135 | |
136 | config QT_QWS_ALLOW_OVERCLOCK |
136 | config QT_QWS_ALLOW_OVERCLOCK |
137 | boolean "Allow the user to overclock the device" |
137 | boolean "Allow the user to overclock the device" |
138 | depends TARGET_RAMSES |
138 | depends TARGET_RAMSES |
139 | default n |
139 | default n |
140 | |
140 | |
141 | config OPIE_HIGH_RES_SMALL_PHY |
141 | config OPIE_HIGH_RES_SMALL_PHY |
142 | boolean "Resolution is bigger than physical screen" |
142 | boolean "Resolution is bigger than physical screen" |
143 | default y if TARGET_C700 |
143 | default y if TARGET_C700 |
144 | default n if ! TARGET_C700 |
144 | default n if ! TARGET_C700 |
145 | |
145 | |
146 | config USE_FILE_NOTIFICATION |
146 | config USE_FILE_NOTIFICATION |
147 | boolean "Substitute (some) polling interfaces with OFileNotifier" |
147 | boolean "Substitute (some) polling interfaces with OFileNotifier" |
148 | default y |
148 | default y |
149 | |
149 | |
150 | config OPIE_NEW_ALLOC |
150 | config OPIE_NEW_ALLOC |
151 | boolean "Use malloc and free for the implementation" |
151 | boolean "Use malloc and free for the implementation" |
152 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP |
152 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP |
153 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) |
153 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) |
154 | |
154 | |
155 | config OPIE_NO_SOUND_PCM_READ_BITS |
155 | config OPIE_NO_SOUND_PCM_READ_BITS |
156 | boolean "There is not a pcm_read_bits io control" |
156 | boolean "There is not a pcm_read_bits io control" |
157 | default y if TARGET_SHARP |
157 | default y if TARGET_SHARP |
158 | default n if ! TARGET_SHARP |
158 | default n if ! TARGET_SHARP |
159 | endmenu |
159 | endmenu |
160 | |
160 | |
161 | menu "Dependencies" |
161 | menu "Dependencies" |
162 | source dependencies.in |
162 | source dependencies.in |
163 | endmenu |
163 | endmenu |
164 | |
164 | |
165 | menu "Base" |
165 | menu "Base" |
166 | choice |
166 | choice |
167 | prompt "Qpe Library Selection" |
167 | prompt "Qpe Library Selection" |
168 | default LIBQPE |
168 | default LIBQPE |
169 | source library/config.in |
169 | source library/config.in |
170 | source x11/config.in |
170 | source x11/config.in |
171 | endchoice |
171 | endchoice |
172 | source libopie/config.in |
172 | source libopie/config.in |
173 | |
173 | |
174 | source libopie2/config.in |
174 | source libopie2/config.in |
175 | source libqtaux/config.in |
175 | source libqtaux/config.in |
176 | source rsync/config.in |
176 | source rsync/config.in |
177 | source core/opie-login/config.in |
177 | source core/opie-login/config.in |
178 | source core/opiealarm/config.in |
178 | source core/opiealarm/config.in |
179 | source core/tools/quicklauncher/config.in |
179 | source core/tools/quicklauncher/config.in |
180 | source core/launcher/config.in |
180 | source core/launcher/config.in |
181 | source core/symlinker/config.in |
181 | source core/symlinker/config.in |
182 | endmenu |
182 | endmenu |
183 | |
183 | |
184 | comment "" |
184 | comment "" |
185 | |
185 | |
186 | menu "Applets" |
186 | menu "Applets" |
187 | source core/applets/config.in |
187 | source core/applets/config.in |
188 | source noncore/applets/config.in |
188 | source noncore/applets/config.in |
189 | endmenu |
189 | endmenu |
190 | |
190 | |
191 | menu "Apps" |
191 | menu "Apps" |
192 | source core/apps/config.in |
192 | source core/apps/config.in |
193 | source noncore/apps/config.in |
193 | source noncore/apps/config.in |
194 | endmenu |
194 | endmenu |
195 | |
195 | |
196 | menu "Communications and Networking" |
196 | menu "Communications and Networking" |
197 | source noncore/comm/config.in |
197 | source noncore/comm/config.in |
198 | source noncore/net/config.in |
198 | source noncore/net/config.in |
199 | endmenu |
199 | endmenu |
200 | |
200 | |
201 | menu "Games" |
201 | menu "Games" |
202 | source noncore/games/config.in |
202 | source noncore/games/config.in |
203 | endmenu |
203 | endmenu |
204 | |
204 | |
205 | menu "Graphics and Multimedia" |
205 | menu "Graphics and Multimedia" |
206 | source freetype/config.in |
206 | source freetype/config.in |
207 | source noncore/graphics/config.in |
207 | source noncore/graphics/config.in |
208 | source core/multimedia/config.in |
208 | source core/multimedia/config.in |
209 | source noncore/multimedia/config.in |
209 | source noncore/multimedia/config.in |
210 | endmenu |
210 | endmenu |
211 | |
211 | |
212 | menu "Input methods" |
212 | menu "Input methods" |
213 | source inputmethods/config.in |
213 | source inputmethods/config.in |
214 | endmenu |
214 | endmenu |
215 | |
215 | |
216 | menu "Pim" |
216 | menu "Pim" |
217 | source core/obex/config.in |
217 | source core/obex/config.in |
218 | source core/pim/config.in |
218 | source core/pim/config.in |
219 | comment "Today Plugins ---" |
219 | comment "Today Plugins ---" |
220 | source noncore/todayplugins/config.in |
220 | source noncore/todayplugins/config.in |
221 | source core/pim/today/plugins/config.in |
221 | source core/pim/today/plugins/config.in |
222 | endmenu |
222 | endmenu |
223 | |
223 | |
224 | menu "Settings" |
224 | menu "Settings" |
225 | source core/settings/config.in |
225 | source core/settings/config.in |
226 | source noncore/settings/config.in |
226 | source noncore/settings/config.in |
| |
227 | source noncore/securityplugins/config.in |
227 | endmenu |
228 | endmenu |
228 | |
229 | |
229 | menu "Theming" |
230 | menu "Theming" |
230 | comment "Decorations ---" |
231 | comment "Decorations ---" |
231 | source noncore/decorations/config.in |
232 | source noncore/decorations/config.in |
232 | comment "Styles ---" |
233 | comment "Styles ---" |
233 | source noncore/styles/config.in |
234 | source noncore/styles/config.in |
234 | endmenu |
235 | endmenu |
235 | |
236 | |
236 | menu "Tools" |
237 | menu "Tools" |
237 | source noncore/tools/config.in |
238 | source noncore/tools/config.in |
238 | endmenu |
239 | endmenu |
239 | |
240 | |
240 | menu "Development" |
241 | menu "Development" |
241 | source development/keyview/config.in |
242 | source development/keyview/config.in |
242 | #source development/debugviewer/config.in |
243 | #source development/debugviewer/config.in |
243 | endmenu |
244 | endmenu |
244 | |
245 | |
245 | menu "Examples" |
246 | menu "Examples" |
246 | config EXAMPLES |
247 | config EXAMPLES |
247 | boolean "Compile Example Application" |
248 | boolean "Compile Example Application" |
248 | source examples/config.in |
249 | source examples/config.in |
249 | endmenu |
250 | endmenu |
250 | |
251 | |
251 | comment "" |
252 | comment "" |
252 | |
253 | |
253 | menu "Unsupported / Unmaintained" |
254 | menu "Unsupported / Unmaintained" |
254 | source noncore/unsupported/config.in |
255 | source noncore/unsupported/config.in |
255 | endmenu |
256 | endmenu |
256 | |
257 | |
257 | comment "" |
258 | comment "" |
258 | depends on EXPERIMENTAL |
259 | depends on EXPERIMENTAL |
259 | menu "Experimental" |
260 | menu "Experimental" |
260 | depends on EXPERIMENTAL |
261 | depends on EXPERIMENTAL |
261 | source libslcompat/config.in |
262 | source libslcompat/config.in |
262 | source core/qws/config.in |
263 | source core/qws/config.in |
263 | endmenu |
264 | endmenu |
|