summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.in b/config.in
index 96cd28f..b57488a 100644
--- a/config.in
+++ b/config.in
@@ -173,81 +173,82 @@ menu "Communications and Networking"
173 source noncore/comm/config.in 173 source noncore/comm/config.in
174 source noncore/net/config.in 174 source noncore/net/config.in
175endmenu 175endmenu
176 176
177menu "Games" 177menu "Games"
178 source noncore/games/config.in 178 source noncore/games/config.in
179endmenu 179endmenu
180 180
181menu "Graphics and Multimedia" 181menu "Graphics and Multimedia"
182 source freetype/config.in 182 source freetype/config.in
183 source noncore/graphics/config.in 183 source noncore/graphics/config.in
184 source core/multimedia/config.in 184 source core/multimedia/config.in
185 source noncore/multimedia/config.in 185 source noncore/multimedia/config.in
186endmenu 186endmenu
187 187
188menu "Input methods" 188menu "Input methods"
189 source inputmethods/config.in 189 source inputmethods/config.in
190endmenu 190endmenu
191 191
192menu "Pim" 192menu "Pim"
193 source core/pim/config.in 193 source core/pim/config.in
194 menu "Today Plugins" 194 menu "Today Plugins"
195 source noncore/todayplugins/config.in 195 source noncore/todayplugins/config.in
196 source core/pim/today/plugins/config.in 196 source core/pim/today/plugins/config.in
197 endmenu 197 endmenu
198endmenu 198endmenu
199 199
200menu "Settings" 200menu "Settings"
201 source core/settings/config.in 201 source core/settings/config.in
202 source noncore/settings/config.in 202 source noncore/settings/config.in
203endmenu 203endmenu
204 204
205menu "Theming" 205menu "Theming"
206 source noncore/decorations/config.in 206 source noncore/decorations/config.in
207 source noncore/styles/config.in 207 source noncore/styles/config.in
208endmenu 208endmenu
209 209
210menu "Tools" 210menu "Tools"
211 source noncore/tools/config.in 211 source noncore/tools/config.in
212endmenu 212endmenu
213 213
214menu "Development" 214menu "Development"
215 source development/keyview/config.in 215 source development/keyview/config.in
216 #source development/debugviewer/config.in 216 #source development/debugviewer/config.in
217endmenu 217endmenu
218 218
219menu "Examples" 219menu "Examples"
220 config EXAMPLES 220 config EXAMPLES
221 boolean "Compile Example Application" 221 boolean "Compile Example Application"
222 source examples/config.in 222 source examples/config.in
223endmenu 223endmenu
224 224
225comment "" 225comment ""
226 226
227menu "Unsupported / Unmaintained" 227menu "Unsupported / Unmaintained"
228 source noncore/unsupported/config.in 228 source noncore/unsupported/config.in
229endmenu 229endmenu
230 230
231comment "" 231comment ""
232 depends on EXPERIMENTAL 232 depends on EXPERIMENTAL
233menu "Experimental" 233menu "Experimental"
234 depends on EXPERIMENTAL 234 depends on EXPERIMENTAL
235 source libopie2/config.in 235 source libopie2/config.in
236 source libqtaux/config.in 236 source libqtaux/config.in
237 source libslcompat/config.in
237 238
238 config SQL_PIM_BACKEND 239 config SQL_PIM_BACKEND
239 bool "Add SQL-Backend support" 240 bool "Add SQL-Backend support"
240 default n 241 default n
241 help 242 help
242 This adds the SQL-Support, using SQLite. Which database is used 243 This adds the SQL-Support, using SQLite. Which database is used
243 by the backends is defined by the file "pimaccess.conf" in the 244 by the backends is defined by the file "pimaccess.conf" in the
244 directory "Settings". 245 directory "Settings".
245 There currently do exist to groups "[contact]" and "[todo]". You can 246 There currently do exist to groups "[contact]" and "[todo]". You can
246 select the used backend by the variable "usebackend=<type>", where 247 select the used backend by the variable "usebackend=<type>", where
247 <type> is "sql" or "xml". "xml" is the default ! 248 <type> is "sql" or "xml". "xml" is the default !
248 Important: The SQLite-library "libsqlite.so" must be installed ! 249 Important: The SQLite-library "libsqlite.so" must be installed !
249 depends ( LIBOPIE2DB ) 250 depends ( LIBOPIE2DB )
250 251
251 comment "SQL-Support needs libopie2db!" 252 comment "SQL-Support needs libopie2db!"
252 depends !( LIBOPIE2DB ) 253 depends !( LIBOPIE2DB )
253endmenu 254endmenu