author | mickeyl <mickeyl> | 2004-03-02 17:46:44 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-03-02 17:46:44 (UTC) |
commit | cf2aba4f42477981ffb66339fb2d8878e3f19d66 (patch) (unidiff) | |
tree | 66df92e8aaa1583bbae283c69fc618304ebb2a95 | |
parent | 178615d5e553b0991584aa69a035164ad4e9f34e (diff) | |
download | opie-cf2aba4f42477981ffb66339fb2d8878e3f19d66.zip opie-cf2aba4f42477981ffb66339fb2d8878e3f19d66.tar.gz opie-cf2aba4f42477981ffb66339fb2d8878e3f19d66.tar.bz2 |
enable chosing libslcompat
-rw-r--r-- | config.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -225,24 +225,25 @@ endmenu | |||
225 | comment "" | 225 | comment "" |
226 | 226 | ||
227 | menu "Unsupported / Unmaintained" | 227 | menu "Unsupported / Unmaintained" |
228 | source noncore/unsupported/config.in | 228 | source noncore/unsupported/config.in |
229 | endmenu | 229 | endmenu |
230 | 230 | ||
231 | comment "" | 231 | comment "" |
232 | depends on EXPERIMENTAL | 232 | depends on EXPERIMENTAL |
233 | menu "Experimental" | 233 | menu "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 ! |