|
diff --git a/config.in b/config.in index e0255d6..2be4697 100644 --- a/ config.in+++ b/ config.in |
|
@@ -113,145 +113,129 @@ config OPIE_SOUND_FRAGMENT_SHIFT |
113 | config USE_REALTIME_AUDIO_THREAD |
113 | config USE_REALTIME_AUDIO_THREAD |
114 | boolean "Use a realtime thread in Opie Player I" |
114 | boolean "Use a realtime thread in Opie Player I" |
115 | default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP |
115 | default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP |
116 | default n |
116 | default n |
117 | |
117 | |
118 | config QT_QWS_ALLOW_OVERCLOCK |
118 | config QT_QWS_ALLOW_OVERCLOCK |
119 | boolean "Allow the user to overclock the device" |
119 | boolean "Allow the user to overclock the device" |
120 | depends TARGET_RAMSES |
120 | depends TARGET_RAMSES |
121 | default n |
121 | default n |
122 | |
122 | |
123 | config OPIE_HIGH_RES_SMALL_PHY |
123 | config OPIE_HIGH_RES_SMALL_PHY |
124 | boolean "Resolution is bigger than physical screen" |
124 | boolean "Resolution is bigger than physical screen" |
125 | default y if TARGET_C700 |
125 | default y if TARGET_C700 |
126 | default n |
126 | default n |
127 | |
127 | |
128 | config OPIE_NEW_ALLOC |
128 | config OPIE_NEW_ALLOC |
129 | boolean "Use malloc and free for the implementation" |
129 | boolean "Use malloc and free for the implementation" |
130 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP |
130 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP |
131 | default n |
131 | default n |
132 | |
132 | |
133 | config OPIE_NO_SOUND_PCM_READ_BITS |
133 | config OPIE_NO_SOUND_PCM_READ_BITS |
134 | boolean "There is not a pcm_read_bits io control" |
134 | boolean "There is not a pcm_read_bits io control" |
135 | default y if TARGET_SHARP |
135 | default y if TARGET_SHARP |
136 | default n |
136 | default n |
137 | |
137 | |
138 | config OPIE_WE_VERSION |
138 | config OPIE_WE_VERSION |
139 | string "The wireless extension (WE) version to build against" |
139 | string "The wireless extension (WE) version to build against" |
140 | default "15" if ! TARGET_X86 |
140 | default "15" if ! TARGET_X86 |
141 | default "16" if TAGET_X86 |
141 | default "16" if TAGET_X86 |
142 | |
142 | |
143 | endmenu |
143 | endmenu |
144 | |
144 | |
145 | menu "Base" |
145 | menu "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 | |
153 | |
154 | source libopie2/config.in |
154 | source libopie2/config.in |
155 | source libqtaux/config.in |
155 | source libqtaux/config.in |
156 | |
156 | |
157 | source core/opie-login/config.in |
157 | source core/opie-login/config.in |
158 | source core/opiealarm/config.in |
158 | source core/opiealarm/config.in |
159 | source core/tools/quicklauncher/config.in |
159 | source core/tools/quicklauncher/config.in |
160 | source core/launcher/config.in |
160 | source core/launcher/config.in |
161 | source core/symlinker/config.in |
161 | source core/symlinker/config.in |
162 | endmenu |
162 | endmenu |
163 | |
163 | |
164 | comment "" |
164 | comment "" |
165 | |
165 | |
166 | menu "Applets" |
166 | menu "Applets" |
167 | source core/applets/config.in |
167 | source core/applets/config.in |
168 | source noncore/applets/config.in |
168 | source noncore/applets/config.in |
169 | endmenu |
169 | endmenu |
170 | |
170 | |
171 | menu "Apps" |
171 | menu "Apps" |
172 | source core/apps/config.in |
172 | source core/apps/config.in |
173 | source noncore/apps/config.in |
173 | source noncore/apps/config.in |
174 | endmenu |
174 | endmenu |
175 | |
175 | |
176 | menu "Communications and Networking" |
176 | menu "Communications and Networking" |
177 | source noncore/comm/config.in |
177 | source noncore/comm/config.in |
178 | source noncore/net/config.in |
178 | source noncore/net/config.in |
179 | endmenu |
179 | endmenu |
180 | |
180 | |
181 | menu "Games" |
181 | menu "Games" |
182 | source noncore/games/config.in |
182 | source noncore/games/config.in |
183 | endmenu |
183 | endmenu |
184 | |
184 | |
185 | menu "Graphics and Multimedia" |
185 | menu "Graphics and Multimedia" |
186 | source freetype/config.in |
186 | source freetype/config.in |
187 | source noncore/graphics/config.in |
187 | source noncore/graphics/config.in |
188 | source core/multimedia/config.in |
188 | source core/multimedia/config.in |
189 | source noncore/multimedia/config.in |
189 | source noncore/multimedia/config.in |
190 | endmenu |
190 | endmenu |
191 | |
191 | |
192 | menu "Input methods" |
192 | menu "Input methods" |
193 | source inputmethods/config.in |
193 | source inputmethods/config.in |
194 | endmenu |
194 | endmenu |
195 | |
195 | |
196 | menu "Pim" |
196 | menu "Pim" |
197 | source core/pim/config.in |
197 | source core/pim/config.in |
198 | menu "Today Plugins" |
198 | menu "Today Plugins" |
199 | source noncore/todayplugins/config.in |
199 | source noncore/todayplugins/config.in |
200 | source core/pim/today/plugins/config.in |
200 | source core/pim/today/plugins/config.in |
201 | endmenu |
201 | endmenu |
202 | endmenu |
202 | endmenu |
203 | |
203 | |
204 | menu "Settings" |
204 | menu "Settings" |
205 | source core/settings/config.in |
205 | source core/settings/config.in |
206 | source noncore/settings/config.in |
206 | source noncore/settings/config.in |
207 | endmenu |
207 | endmenu |
208 | |
208 | |
209 | menu "Theming" |
209 | menu "Theming" |
210 | source noncore/decorations/config.in |
210 | source noncore/decorations/config.in |
211 | source noncore/styles/config.in |
211 | source noncore/styles/config.in |
212 | endmenu |
212 | endmenu |
213 | |
213 | |
214 | menu "Tools" |
214 | menu "Tools" |
215 | source noncore/tools/config.in |
215 | source noncore/tools/config.in |
216 | endmenu |
216 | endmenu |
217 | |
217 | |
218 | menu "Development" |
218 | menu "Development" |
219 | source development/keyview/config.in |
219 | source development/keyview/config.in |
220 | #source development/debugviewer/config.in |
220 | #source development/debugviewer/config.in |
221 | endmenu |
221 | endmenu |
222 | |
222 | |
223 | menu "Examples" |
223 | menu "Examples" |
224 | config EXAMPLES |
224 | config EXAMPLES |
225 | boolean "Compile Example Application" |
225 | boolean "Compile Example Application" |
226 | source examples/config.in |
226 | source examples/config.in |
227 | endmenu |
227 | endmenu |
228 | |
228 | |
229 | comment "" |
229 | comment "" |
230 | |
230 | |
231 | menu "Unsupported / Unmaintained" |
231 | menu "Unsupported / Unmaintained" |
232 | source noncore/unsupported/config.in |
232 | source noncore/unsupported/config.in |
233 | endmenu |
233 | endmenu |
234 | |
234 | |
235 | comment "" |
235 | comment "" |
236 | depends on EXPERIMENTAL |
236 | depends on EXPERIMENTAL |
237 | menu "Experimental" |
237 | menu "Experimental" |
238 | depends on EXPERIMENTAL |
238 | depends on EXPERIMENTAL |
239 | source libslcompat/config.in |
239 | source libslcompat/config.in |
240 | source core/qws/config.in |
240 | source core/qws/config.in |
241 | |
| |
242 | config SQL_PIM_BACKEND |
| |
243 | bool "Add SQL-Backend support" |
| |
244 | default n |
| |
245 | help |
| |
246 | This adds the SQL-Support, using SQLite. Which database is used |
| |
247 | by the backends is defined by the file "pimaccess.conf" in the |
| |
248 | directory "Settings". |
| |
249 | There currently do exist to groups "[contact]" and "[todo]". You can |
| |
250 | select the used backend by the variable "usebackend=<type>", where |
| |
251 | <type> is "sql" or "xml". "xml" is the default ! |
| |
252 | Important: The SQLite-library "libsqlite.so" must be installed ! |
| |
253 | depends ( LIBOPIE2DB ) |
| |
254 | |
| |
255 | comment "SQL-Support needs libopie2db!" |
| |
256 | depends !( LIBOPIE2DB ) |
| |
257 | endmenu |
241 | endmenu |
|