|
diff --git a/config.in b/config.in index 2cd3160..60ebd65 100644 --- a/ config.in+++ b/ config.in |
|
@@ -163,101 +163,102 @@ menu "Dependencies" |
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 |
|