summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2003-12-25 22:45:10 (UTC)
committer mickeyl <mickeyl>2003-12-25 22:45:10 (UTC)
commitc142d7975c14cf21a710bc855285938b020ace1f (patch) (unidiff)
treec0b5c725c332a09b58ecbcdb850068e3bd416016
parentcc7125330e8c797b22d8f9fc450357a59e7e1be3 (diff)
downloadopie-c142d7975c14cf21a710bc855285938b020ace1f.zip
opie-c142d7975c14cf21a710bc855285938b020ace1f.tar.gz
opie-c142d7975c14cf21a710bc855285938b020ace1f.tar.bz2
better not source the unsupported configs one-by-one in the top-level config.in
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--config.in4
-rw-r--r--noncore/unsupported/config.in5
2 files changed, 6 insertions, 3 deletions
diff --git a/config.in b/config.in
index be24941..166332a 100644
--- a/config.in
+++ b/config.in
@@ -156,91 +156,89 @@ menu "Applets"
156 source noncore/applets/config.in 156 source noncore/applets/config.in
157endmenu 157endmenu
158 158
159menu "Apps" 159menu "Apps"
160 source core/apps/config.in 160 source core/apps/config.in
161 source noncore/apps/config.in 161 source noncore/apps/config.in
162endmenu 162endmenu
163 163
164menu "Communications and Networking" 164menu "Communications and Networking"
165 source noncore/comm/config.in 165 source noncore/comm/config.in
166 source noncore/net/config.in 166 source noncore/net/config.in
167endmenu 167endmenu
168 168
169menu "Games" 169menu "Games"
170 source noncore/games/config.in 170 source noncore/games/config.in
171endmenu 171endmenu
172 172
173menu "Graphics and Multimedia" 173menu "Graphics and Multimedia"
174 source freetype/config.in 174 source freetype/config.in
175 source noncore/graphics/config.in 175 source noncore/graphics/config.in
176 source core/multimedia/config.in 176 source core/multimedia/config.in
177 source noncore/multimedia/config.in 177 source noncore/multimedia/config.in
178endmenu 178endmenu
179 179
180menu "Input methods" 180menu "Input methods"
181 source inputmethods/config.in 181 source inputmethods/config.in
182endmenu 182endmenu
183 183
184menu "Pim" 184menu "Pim"
185 source core/pim/config.in 185 source core/pim/config.in
186 menu "Today Plugins" 186 menu "Today Plugins"
187 source noncore/todayplugins/config.in 187 source noncore/todayplugins/config.in
188 source core/pim/today/plugins/config.in 188 source core/pim/today/plugins/config.in
189 endmenu 189 endmenu
190endmenu 190endmenu
191 191
192menu "Settings" 192menu "Settings"
193 source core/settings/config.in 193 source core/settings/config.in
194 source noncore/settings/config.in 194 source noncore/settings/config.in
195endmenu 195endmenu
196 196
197menu "Theming" 197menu "Theming"
198 source noncore/decorations/config.in 198 source noncore/decorations/config.in
199 source noncore/styles/config.in 199 source noncore/styles/config.in
200endmenu 200endmenu
201 201
202menu "Tools" 202menu "Tools"
203 source noncore/tools/config.in 203 source noncore/tools/config.in
204endmenu 204endmenu
205 205
206menu "Development" 206menu "Development"
207 source development/keyview/config.in 207 source development/keyview/config.in
208 #source development/debugviewer/config.in 208 #source development/debugviewer/config.in
209endmenu 209endmenu
210 210
211menu "Examples" 211menu "Examples"
212 config EXAMPLES 212 config EXAMPLES
213 boolean "Compile Example Application" 213 boolean "Compile Example Application"
214 source examples/config.in 214 source examples/config.in
215endmenu 215endmenu
216 216
217comment "" 217comment ""
218 218
219menu "Unsupported / Unmaintained" 219menu "Unsupported / Unmaintained"
220 source noncore/unsupported/filebrowser/config.in 220 source noncore/unsupported/config.in
221 source noncore/unsupported/oipkg/config.in
222 source noncore/unsupported/qpdf/config.in
223endmenu 221endmenu
224 222
225comment "" 223comment ""
226 depends on EXPERIMENTAL 224 depends on EXPERIMENTAL
227menu "Experimental" 225menu "Experimental"
228 depends on EXPERIMENTAL 226 depends on EXPERIMENTAL
229 source libopie2/config.in 227 source libopie2/config.in
230 228
231 config SQL_PIM_BACKEND 229 config SQL_PIM_BACKEND
232 bool "Add SQL-Backend support (experimental)" 230 bool "Add SQL-Backend support (experimental)"
233 default n 231 default n
234 help 232 help
235 This adds the SQL-Support, using SQLite. Which database is used 233 This adds the SQL-Support, using SQLite. Which database is used
236 by the backends is defined by the file "pimaccess.conf" in the 234 by the backends is defined by the file "pimaccess.conf" in the
237 directory "Settings". 235 directory "Settings".
238 There currently do exist to groups "[contact]" and "[todo]". You can 236 There currently do exist to groups "[contact]" and "[todo]". You can
239 select the used backend by the variable "usebackend=<type>", where 237 select the used backend by the variable "usebackend=<type>", where
240 <type> is "sql" or "xml". "xml" is the default ! 238 <type> is "sql" or "xml". "xml" is the default !
241 Important: The SQLite-library "libsqlite.so" must be installed ! 239 Important: The SQLite-library "libsqlite.so" must be installed !
242 depends ( LIBOPIE2DB ) 240 depends ( LIBOPIE2DB )
243 241
244 comment "SQL-Support needs libopie2db!" 242 comment "SQL-Support needs libopie2db!"
245 depends !( LIBOPIE2DB ) 243 depends !( LIBOPIE2DB )
246endmenu 244endmenu
diff --git a/noncore/unsupported/config.in b/noncore/unsupported/config.in
new file mode 100644
index 0000000..c440617
--- a/dev/null
+++ b/noncore/unsupported/config.in
@@ -0,0 +1,5 @@
1source noncore/unsupported/filebrowser/config.in
2source noncore/unsupported/gsmtool/config.in
3source noncore/unsupported/mail2/config.in
4source noncore/unsupported/oipkg/config.in
5source noncore/unsupported/qpdf/config.in