summaryrefslogtreecommitdiff
path: root/config.in
Unidiff
Diffstat (limited to 'config.in') (more/less context) (show whitespace changes)
-rw-r--r--config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.in b/config.in
index e93eac8..1ac9a66 100644
--- a/config.in
+++ b/config.in
@@ -216,33 +216,34 @@ menu "Examples"
216 config EXAMPLES 216 config EXAMPLES
217 boolean "Compile Example Application" 217 boolean "Compile Example Application"
218 source examples/config.in 218 source examples/config.in
219endmenu 219endmenu
220 220
221comment "" 221comment ""
222 222
223menu "Unsupported / Unmaintained" 223menu "Unsupported / Unmaintained"
224 source noncore/unsupported/config.in 224 source noncore/unsupported/config.in
225endmenu 225endmenu
226 226
227comment "" 227comment ""
228 depends on EXPERIMENTAL 228 depends on EXPERIMENTAL
229menu "Experimental" 229menu "Experimental"
230 depends on EXPERIMENTAL 230 depends on EXPERIMENTAL
231 source libopie2/config.in 231 source libopie2/config.in
232 source libqtaux/config.in
232 233
233 config SQL_PIM_BACKEND 234 config SQL_PIM_BACKEND
234 bool "Add SQL-Backend support (experimental)" 235 bool "Add SQL-Backend support"
235 default n 236 default n
236 help 237 help
237 This adds the SQL-Support, using SQLite. Which database is used 238 This adds the SQL-Support, using SQLite. Which database is used
238 by the backends is defined by the file "pimaccess.conf" in the 239 by the backends is defined by the file "pimaccess.conf" in the
239 directory "Settings". 240 directory "Settings".
240 There currently do exist to groups "[contact]" and "[todo]". You can 241 There currently do exist to groups "[contact]" and "[todo]". You can
241 select the used backend by the variable "usebackend=<type>", where 242 select the used backend by the variable "usebackend=<type>", where
242 <type> is "sql" or "xml". "xml" is the default ! 243 <type> is "sql" or "xml". "xml" is the default !
243 Important: The SQLite-library "libsqlite.so" must be installed ! 244 Important: The SQLite-library "libsqlite.so" must be installed !
244 depends ( LIBOPIE2DB ) 245 depends ( LIBOPIE2DB )
245 246
246 comment "SQL-Support needs libopie2db!" 247 comment "SQL-Support needs libopie2db!"
247 depends !( LIBOPIE2DB ) 248 depends !( LIBOPIE2DB )
248endmenu 249endmenu