|
diff --git a/config.in b/config.in index 2e9c90e..5c23904 100644 --- a/ config.in+++ b/ config.in |
|
@@ -131,97 +131,97 @@ config QT_QWS_ALLOW_OVERCLOCK |
131 | default n |
131 | default n |
132 | |
132 | |
133 | config OPIE_HIGH_RES_SMALL_PHY |
133 | config OPIE_HIGH_RES_SMALL_PHY |
134 | boolean "Resolution is bigger than physical screen" |
134 | boolean "Resolution is bigger than physical screen" |
135 | default y if TARGET_C700 |
135 | default y if TARGET_C700 |
136 | default n if ! TARGET_C700 |
136 | default n if ! TARGET_C700 |
137 | |
137 | |
138 | config USE_FILE_NOTIFICATION |
138 | config USE_FILE_NOTIFICATION |
139 | boolean "Substitute (some) polling interfaces with OFileNotifier" |
139 | boolean "Substitute (some) polling interfaces with OFileNotifier" |
140 | default y |
140 | default y |
141 | |
141 | |
142 | config OPIE_NEW_ALLOC |
142 | config OPIE_NEW_ALLOC |
143 | boolean "Use malloc and free for the implementation" |
143 | boolean "Use malloc and free for the implementation" |
144 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP |
144 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP |
145 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) |
145 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) |
146 | |
146 | |
147 | config OPIE_NO_SOUND_PCM_READ_BITS |
147 | config OPIE_NO_SOUND_PCM_READ_BITS |
148 | boolean "There is not a pcm_read_bits io control" |
148 | boolean "There is not a pcm_read_bits io control" |
149 | default y if TARGET_SHARP |
149 | default y if TARGET_SHARP |
150 | default n if ! TARGET_SHARP |
150 | default n if ! TARGET_SHARP |
151 | |
151 | |
152 | config OPIE_WE_VERSION_OVERRIDE |
152 | config OPIE_WE_VERSION_OVERRIDE |
153 | boolean "Override autodetection of wireless extension (WE) version" |
153 | boolean "Override autodetection of wireless extension (WE) version" |
154 | default n |
154 | default n |
155 | |
155 | |
156 | config OPIE_WE_VERSION |
156 | config OPIE_WE_VERSION |
157 | depends OPIE_WE_VERSION_OVERRIDE |
157 | depends OPIE_WE_VERSION_OVERRIDE |
158 | string "The wireless extension (WE) version to build against" |
158 | string "The wireless extension (WE) version to build against" |
159 | default "15" if ! TARGET_X86 |
159 | default "15" if ! TARGET_X86 |
160 | default "16" if TARGET_X86 |
160 | default "16" if TARGET_X86 |
161 | |
161 | |
162 | endmenu |
162 | endmenu |
163 | |
163 | |
164 | menu "Dependencies" |
164 | menu "Dependencies" |
165 | source dependencies.in |
165 | source dependencies.in |
166 | endmenu |
166 | endmenu |
167 | |
167 | |
168 | menu "Base" |
168 | menu "Base" |
169 | choice |
169 | choice |
170 | prompt "Qpe Library Selection" |
170 | prompt "Qpe Library Selection" |
171 | default LIBQPE |
171 | default LIBQPE |
172 | source library/config.in |
172 | source library/config.in |
173 | source x11/config.in |
173 | source x11/config.in |
174 | endchoice |
174 | endchoice |
175 | source libopie/config.in |
175 | source libopie/config.in |
176 | |
176 | |
177 | source libopie2/config.in |
177 | source libopie2/config.in |
178 | source libqtaux/config.in |
178 | source libqtaux/config.in |
179 | |
179 | source rsync/config.in |
180 | source core/opie-login/config.in |
180 | source core/opie-login/config.in |
181 | source core/opiealarm/config.in |
181 | source core/opiealarm/config.in |
182 | source core/tools/quicklauncher/config.in |
182 | source core/tools/quicklauncher/config.in |
183 | source core/launcher/config.in |
183 | source core/launcher/config.in |
184 | source core/symlinker/config.in |
184 | source core/symlinker/config.in |
185 | endmenu |
185 | endmenu |
186 | |
186 | |
187 | comment "" |
187 | comment "" |
188 | |
188 | |
189 | menu "Applets" |
189 | menu "Applets" |
190 | source core/applets/config.in |
190 | source core/applets/config.in |
191 | source noncore/applets/config.in |
191 | source noncore/applets/config.in |
192 | endmenu |
192 | endmenu |
193 | |
193 | |
194 | menu "Apps" |
194 | menu "Apps" |
195 | source core/apps/config.in |
195 | source core/apps/config.in |
196 | source noncore/apps/config.in |
196 | source noncore/apps/config.in |
197 | endmenu |
197 | endmenu |
198 | |
198 | |
199 | menu "Communications and Networking" |
199 | menu "Communications and Networking" |
200 | source noncore/comm/config.in |
200 | source noncore/comm/config.in |
201 | source noncore/net/config.in |
201 | source noncore/net/config.in |
202 | endmenu |
202 | endmenu |
203 | |
203 | |
204 | menu "Games" |
204 | menu "Games" |
205 | source noncore/games/config.in |
205 | source noncore/games/config.in |
206 | endmenu |
206 | endmenu |
207 | |
207 | |
208 | menu "Graphics and Multimedia" |
208 | menu "Graphics and Multimedia" |
209 | source freetype/config.in |
209 | source freetype/config.in |
210 | source noncore/graphics/config.in |
210 | source noncore/graphics/config.in |
211 | source core/multimedia/config.in |
211 | source core/multimedia/config.in |
212 | source noncore/multimedia/config.in |
212 | source noncore/multimedia/config.in |
213 | endmenu |
213 | endmenu |
214 | |
214 | |
215 | menu "Input methods" |
215 | menu "Input methods" |
216 | source inputmethods/config.in |
216 | source inputmethods/config.in |
217 | endmenu |
217 | endmenu |
218 | |
218 | |
219 | menu "Pim" |
219 | menu "Pim" |
220 | source core/pim/config.in |
220 | source core/pim/config.in |
221 | comment "Today Plugins ---" |
221 | comment "Today Plugins ---" |
222 | source noncore/todayplugins/config.in |
222 | source noncore/todayplugins/config.in |
223 | source core/pim/today/plugins/config.in |
223 | source core/pim/today/plugins/config.in |
224 | endmenu |
224 | endmenu |
225 | |
225 | |
226 | menu "Settings" |
226 | menu "Settings" |
227 | source core/settings/config.in |
227 | source core/settings/config.in |
|