author | mickeyl <mickeyl> | 2003-09-27 11:29:26 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-09-27 11:29:26 (UTC) |
commit | 651b6c612db4e809c506973996f2580c4158ac3a (patch) (unidiff) | |
tree | 8c8edc86e4b206dd4542a6b556ad1a319d6698ab /config.in | |
parent | d1a11b45e805fe7771ea05944757d767c3c4c8ea (diff) | |
download | opie-651b6c612db4e809c506973996f2580c4158ac3a.zip opie-651b6c612db4e809c506973996f2580c4158ac3a.tar.gz opie-651b6c612db4e809c506973996f2580c4158ac3a.tar.bz2 |
merge dasher which has been introduced in BRANCH first (wtf?) into HEAD
-rw-r--r-- | config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,63 +118,63 @@ menu "Graphics and Multimedia" | |||
118 | source core/multimedia/config.in | 118 | source core/multimedia/config.in |
119 | source noncore/multimedia/config.in | 119 | source noncore/multimedia/config.in |
120 | endmenu | 120 | endmenu |
121 | 121 | ||
122 | menu "Input methods" | 122 | menu "Input methods" |
123 | source inputmethods/config.in | 123 | source inputmethods/config.in |
124 | endmenu | 124 | endmenu |
125 | 125 | ||
126 | menu "Pim" | 126 | menu "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 |
132 | endmenu | 132 | endmenu |
133 | 133 | ||
134 | menu "Settings" | 134 | menu "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 |
137 | endmenu | 137 | endmenu |
138 | 138 | ||
139 | menu "Theming" | 139 | menu "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 |
142 | endmenu | 142 | endmenu |
143 | 143 | ||
144 | menu "Tools" | 144 | menu "Tools" |
145 | source noncore/tools/config.in | 145 | source noncore/tools/config.in |
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 | #source development/debugviewer/config.in |
151 | endmenu | 151 | endmenu |
152 | 152 | ||
153 | menu "Examples" | 153 | menu "Examples" |
154 | config EXAMPLES | 154 | config EXAMPLES |
155 | boolean "Compile Example Application" | 155 | boolean "Compile Example Application" |
156 | source examples/config.in | 156 | source examples/config.in |
157 | endmenu | 157 | endmenu |
158 | 158 | ||
159 | comment "" | 159 | comment "" |
160 | depends on EXPERIMENTAL | 160 | depends on EXPERIMENTAL |
161 | menu "Experimental" | 161 | menu "Experimental" |
162 | depends on EXPERIMENTAL | 162 | depends on EXPERIMENTAL |
163 | source libopie2/config.in | 163 | source libopie2/config.in |
164 | 164 | ||
165 | config SQL_PIM_BACKEND | 165 | config SQL_PIM_BACKEND |
166 | bool "Add SQL-Backend support (experimental)" | 166 | bool "Add SQL-Backend support (experimental)" |
167 | default n | 167 | default n |
168 | help | 168 | help |
169 | This adds the SQL-Support, using SQLite. Which database is used | 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 | 170 | by the backends is defined by the file "pimaccess.conf" in the |
171 | directory "Settings". | 171 | directory "Settings". |
172 | There currently do exist to groups "[contact]" and "[todo]". You can | 172 | There currently do exist to groups "[contact]" and "[todo]". You can |
173 | select the used backend by the variable "usebackend=<type>", where | 173 | select the used backend by the variable "usebackend=<type>", where |
174 | <type> is "sql" or "xml". "xml" is the default ! | 174 | <type> is "sql" or "xml". "xml" is the default ! |
175 | Important: The SQLite-library "libsqlite.so" must be installed ! | 175 | Important: The SQLite-library "libsqlite.so" must be installed ! |
176 | depends ( LIBOPIE2DB ) | 176 | depends ( LIBOPIE2DB ) |
177 | 177 | ||
178 | comment "SQL-Support needs libopie2db!" | 178 | comment "SQL-Support needs libopie2db!" |
179 | depends !( LIBOPIE2DB ) | 179 | depends !( LIBOPIE2DB ) |
180 | endmenu | 180 | endmenu |