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