Unidiff1 files changed, 17 insertions, 0 deletions
|
diff --git a/config.in b/config.in index b910bda..a89724b 100644 --- a/ config.in+++ b/ config.in |
|
@@ -146,8 +146,9 @@ menu "Tools" |
146 | endmenu |
146 | endmenu |
147 | |
147 | |
148 | menu "Development" |
148 | menu "Development" |
149 | source development/keyview/config.in |
149 | source development/keyview/config.in |
| |
150 | source development/debugviewer/config.in |
150 | endmenu |
151 | endmenu |
151 | |
152 | |
152 | menu "Examples" |
153 | menu "Examples" |
153 | config EXAMPLES |
154 | config EXAMPLES |
@@ -159,5 +160,21 @@ comment "" |
159 | depends on EXPERIMENTAL |
160 | depends on EXPERIMENTAL |
160 | menu "Experimental" |
161 | menu "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 ) |
163 | endmenu |
180 | endmenu |
|