summaryrefslogtreecommitdiff
path: root/config.in
Unidiff
Diffstat (limited to 'config.in') (more/less context) (ignore whitespace changes)
-rw-r--r--config.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/config.in b/config.in
index 1a5b53b..e0255d6 100644
--- a/config.in
+++ b/config.in
@@ -141,29 +141,32 @@ config OPIE_WE_VERSION
141 default "16" if TAGET_X86 141 default "16" if TAGET_X86
142 142
143endmenu 143endmenu
144 144
145menu "Base" 145menu "Base"
146 choice 146 choice
147 prompt "Qpe Library Selection" 147 prompt "Qpe Library Selection"
148 default LIBQPE 148 default LIBQPE
149 source library/config.in 149 source library/config.in
150 source x11/config.in 150 source x11/config.in
151 endchoice 151 endchoice
152 source libopie/config.in 152 source libopie/config.in
153
154 source libopie2/config.in
155 source libqtaux/config.in
156
153 source core/opie-login/config.in 157 source core/opie-login/config.in
154 source core/opiealarm/config.in 158 source core/opiealarm/config.in
155 source core/tools/quicklauncher/config.in 159 source core/tools/quicklauncher/config.in
156 source core/launcher/config.in 160 source core/launcher/config.in
157 source core/qws/config.in
158 source core/symlinker/config.in 161 source core/symlinker/config.in
159endmenu 162endmenu
160 163
161comment "" 164comment ""
162 165
163menu "Applets" 166menu "Applets"
164 source core/applets/config.in 167 source core/applets/config.in
165 source noncore/applets/config.in 168 source noncore/applets/config.in
166endmenu 169endmenu
167 170
168menu "Apps" 171menu "Apps"
169 source core/apps/config.in 172 source core/apps/config.in
@@ -224,27 +227,26 @@ menu "Examples"
224endmenu 227endmenu
225 228
226comment "" 229comment ""
227 230
228menu "Unsupported / Unmaintained" 231menu "Unsupported / Unmaintained"
229 source noncore/unsupported/config.in 232 source noncore/unsupported/config.in
230endmenu 233endmenu
231 234
232comment "" 235comment ""
233 depends on EXPERIMENTAL 236 depends on EXPERIMENTAL
234menu "Experimental" 237menu "Experimental"
235 depends on EXPERIMENTAL 238 depends on EXPERIMENTAL
236 source libopie2/config.in
237 source libqtaux/config.in
238 source libslcompat/config.in 239 source libslcompat/config.in
240 source core/qws/config.in
239 241
240 config SQL_PIM_BACKEND 242 config SQL_PIM_BACKEND
241 bool "Add SQL-Backend support" 243 bool "Add SQL-Backend support"
242 default n 244 default n
243 help 245 help
244 This adds the SQL-Support, using SQLite. Which database is used 246 This adds the SQL-Support, using SQLite. Which database is used
245 by the backends is defined by the file "pimaccess.conf" in the 247 by the backends is defined by the file "pimaccess.conf" in the
246 directory "Settings". 248 directory "Settings".
247 There currently do exist to groups "[contact]" and "[todo]". You can 249 There currently do exist to groups "[contact]" and "[todo]". You can
248 select the used backend by the variable "usebackend=<type>", where 250 select the used backend by the variable "usebackend=<type>", where
249 <type> is "sql" or "xml". "xml" is the default ! 251 <type> is "sql" or "xml". "xml" is the default !
250 Important: The SQLite-library "libsqlite.so" must be installed ! 252 Important: The SQLite-library "libsqlite.so" must be installed !