|
diff --git a/config.in b/config.in index b57488a..1a5b53b 100644 --- a/ config.in+++ b/ config.in |
|
@@ -126,64 +126,65 @@ config OPIE_HIGH_RES_SMALL_PHY |
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 | source core/opie-login/config.in |
153 | source core/opie-login/config.in |
154 | source core/opiealarm/config.in |
154 | source core/opiealarm/config.in |
155 | source core/tools/quicklauncher/config.in |
155 | source core/tools/quicklauncher/config.in |
156 | source core/launcher/config.in |
156 | source core/launcher/config.in |
157 | source core/qws/config.in |
157 | source core/qws/config.in |
| |
158 | source core/symlinker/config.in |
158 | endmenu |
159 | endmenu |
159 | |
160 | |
160 | comment "" |
161 | comment "" |
161 | |
162 | |
162 | menu "Applets" |
163 | menu "Applets" |
163 | source core/applets/config.in |
164 | source core/applets/config.in |
164 | source noncore/applets/config.in |
165 | source noncore/applets/config.in |
165 | endmenu |
166 | endmenu |
166 | |
167 | |
167 | menu "Apps" |
168 | menu "Apps" |
168 | source core/apps/config.in |
169 | source core/apps/config.in |
169 | source noncore/apps/config.in |
170 | source noncore/apps/config.in |
170 | endmenu |
171 | endmenu |
171 | |
172 | |
172 | menu "Communications and Networking" |
173 | menu "Communications and Networking" |
173 | source noncore/comm/config.in |
174 | source noncore/comm/config.in |
174 | source noncore/net/config.in |
175 | source noncore/net/config.in |
175 | endmenu |
176 | endmenu |
176 | |
177 | |
177 | menu "Games" |
178 | menu "Games" |
178 | source noncore/games/config.in |
179 | source noncore/games/config.in |
179 | endmenu |
180 | endmenu |
180 | |
181 | |
181 | menu "Graphics and Multimedia" |
182 | menu "Graphics and Multimedia" |
182 | source freetype/config.in |
183 | source freetype/config.in |
183 | source noncore/graphics/config.in |
184 | source noncore/graphics/config.in |
184 | source core/multimedia/config.in |
185 | source core/multimedia/config.in |
185 | source noncore/multimedia/config.in |
186 | source noncore/multimedia/config.in |
186 | endmenu |
187 | endmenu |
187 | |
188 | |
188 | menu "Input methods" |
189 | menu "Input methods" |
189 | source inputmethods/config.in |
190 | source inputmethods/config.in |
|