summaryrefslogtreecommitdiff
authoreilers <eilers>2003-09-22 14:33:02 (UTC)
committer eilers <eilers>2003-09-22 14:33:02 (UTC)
commitfb01f24bf78fa1383b8192b6626cd6c6eb426b66 (patch) (unidiff)
treeaf650cbbb4f76b6dc89c6d3c9258bd08c6a5c61e
parent34e86ddf4f9b1045a5b730beab2d8d72e2dd4d56 (diff)
downloadopie-fb01f24bf78fa1383b8192b6626cd6c6eb426b66.zip
opie-fb01f24bf78fa1383b8192b6626cd6c6eb426b66.tar.gz
opie-fb01f24bf78fa1383b8192b6626cd6c6eb426b66.tar.bz2
The SQL-Backend switch is available under "Experimental". It needs an installed
"libsqlite.so" ..
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--config.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/config.in b/config.in
index b910bda..a89724b 100644
--- a/config.in
+++ b/config.in
@@ -126,38 +126,55 @@ endmenu
126menu "Pim" 126menu "Pim"
127 source core/pim/config.in 127 source core/pim/config.in
128 menu "Today Plugins" 128 menu "Today Plugins"
129 source noncore/todayplugins/config.in 129 source noncore/todayplugins/config.in
130 source core/pim/today/plugins/config.in 130 source core/pim/today/plugins/config.in
131 endmenu 131 endmenu
132endmenu 132endmenu
133 133
134menu "Settings" 134menu "Settings"
135 source core/settings/config.in 135 source core/settings/config.in
136 source noncore/settings/config.in 136 source noncore/settings/config.in
137endmenu 137endmenu
138 138
139menu "Theming" 139menu "Theming"
140 source noncore/decorations/config.in 140 source noncore/decorations/config.in
141 source noncore/styles/config.in 141 source noncore/styles/config.in
142endmenu 142endmenu
143 143
144menu "Tools" 144menu "Tools"
145 source noncore/tools/config.in 145 source noncore/tools/config.in
146endmenu 146endmenu
147 147
148menu "Development" 148menu "Development"
149 source development/keyview/config.in 149 source development/keyview/config.in
150 source development/debugviewer/config.in
150endmenu 151endmenu
151 152
152menu "Examples" 153menu "Examples"
153 config EXAMPLES 154 config EXAMPLES
154 boolean "Compile Example Application" 155 boolean "Compile Example Application"
155 source examples/config.in 156 source examples/config.in
156endmenu 157endmenu
157 158
158comment "" 159comment ""
159 depends on EXPERIMENTAL 160 depends on EXPERIMENTAL
160menu "Experimental" 161menu "Experimental"
161 depends on EXPERIMENTAL 162 depends on EXPERIMENTAL
162 source libopie2/config.in 163 source libopie2/config.in
164
165 config SQL_PIM_BACKEND
166 bool "Add SQL-Backend support (experimental)"
167 default n
168 help
169 This adds the SQL-Support, using SQLite. Which database is used
170 by the backends is defined by the file "pimaccess.conf" in the
171 directory "Settings".
172 There currently do exist to groups "[contact]" and "[todo]". You can
173 select the used backend by the variable "usebackend=<type>", where
174 <type> is "sql" or "xml". "xml" is the default !
175 Important: The SQLite-library "libsqlite.so" must be installed !
176 depends ( LIBOPIE2DB )
177
178 comment "SQL-Support needs libopie2db!"
179 depends !( LIBOPIE2DB )
163endmenu 180endmenu