|
diff --git a/config.in b/config.in index 25f554c..31d4684 100644 --- a/ config.in+++ b/ config.in |
|
@@ -123,64 +123,68 @@ config USE_REALTIME_AUDIO_THREAD |
123 | config QT_QWS_ALLOW_OVERCLOCK |
123 | config QT_QWS_ALLOW_OVERCLOCK |
124 | boolean "Allow the user to overclock the device" |
124 | boolean "Allow the user to overclock the device" |
125 | depends TARGET_RAMSES |
125 | depends TARGET_RAMSES |
126 | default n |
126 | default n |
127 | |
127 | |
128 | config OPIE_HIGH_RES_SMALL_PHY |
128 | config OPIE_HIGH_RES_SMALL_PHY |
129 | boolean "Resolution is bigger than physical screen" |
129 | boolean "Resolution is bigger than physical screen" |
130 | default y if TARGET_C700 |
130 | default y if TARGET_C700 |
131 | default n |
131 | default n |
132 | |
132 | |
133 | config OPIE_NEW_ALLOC |
133 | config OPIE_NEW_ALLOC |
134 | boolean "Use malloc and free for the implementation" |
134 | boolean "Use malloc and free for the implementation" |
135 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP |
135 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP |
136 | default n |
136 | default n |
137 | |
137 | |
138 | config OPIE_NO_SOUND_PCM_READ_BITS |
138 | config OPIE_NO_SOUND_PCM_READ_BITS |
139 | boolean "There is not a pcm_read_bits io control" |
139 | boolean "There is not a pcm_read_bits io control" |
140 | default y if TARGET_SHARP |
140 | default y if TARGET_SHARP |
141 | default n |
141 | default n |
142 | |
142 | |
143 | config OPIE_WE_VERSION_OVERRIDE |
143 | config OPIE_WE_VERSION_OVERRIDE |
144 | boolean "Override autodetection of wireless extension (WE) version" |
144 | boolean "Override autodetection of wireless extension (WE) version" |
145 | default n |
145 | default n |
146 | |
146 | |
147 | config OPIE_WE_VERSION |
147 | config OPIE_WE_VERSION |
148 | depends OPIE_WE_VERSION_OVERRIDE |
148 | depends OPIE_WE_VERSION_OVERRIDE |
149 | string "The wireless extension (WE) version to build against" |
149 | string "The wireless extension (WE) version to build against" |
150 | default "15" if ! TARGET_X86 |
150 | default "15" if ! TARGET_X86 |
151 | default "16" if TARGET_X86 |
151 | default "16" if TARGET_X86 |
152 | |
152 | |
153 | endmenu |
153 | endmenu |
154 | |
154 | |
| |
155 | menu "Dependencies" |
| |
156 | source dependencies.in |
| |
157 | endmenu |
| |
158 | |
155 | menu "Base" |
159 | menu "Base" |
156 | choice |
160 | choice |
157 | prompt "Qpe Library Selection" |
161 | prompt "Qpe Library Selection" |
158 | default LIBQPE |
162 | default LIBQPE |
159 | source library/config.in |
163 | source library/config.in |
160 | source x11/config.in |
164 | source x11/config.in |
161 | endchoice |
165 | endchoice |
162 | source libopie/config.in |
166 | source libopie/config.in |
163 | |
167 | |
164 | source libopie2/config.in |
168 | source libopie2/config.in |
165 | source libqtaux/config.in |
169 | source libqtaux/config.in |
166 | |
170 | |
167 | source core/opie-login/config.in |
171 | source core/opie-login/config.in |
168 | source core/opiealarm/config.in |
172 | source core/opiealarm/config.in |
169 | source core/tools/quicklauncher/config.in |
173 | source core/tools/quicklauncher/config.in |
170 | source core/launcher/config.in |
174 | source core/launcher/config.in |
171 | source core/symlinker/config.in |
175 | source core/symlinker/config.in |
172 | endmenu |
176 | endmenu |
173 | |
177 | |
174 | comment "" |
178 | comment "" |
175 | |
179 | |
176 | menu "Applets" |
180 | menu "Applets" |
177 | source core/applets/config.in |
181 | source core/applets/config.in |
178 | source noncore/applets/config.in |
182 | source noncore/applets/config.in |
179 | endmenu |
183 | endmenu |
180 | |
184 | |
181 | menu "Apps" |
185 | menu "Apps" |
182 | source core/apps/config.in |
186 | source core/apps/config.in |
183 | source noncore/apps/config.in |
187 | source noncore/apps/config.in |
184 | endmenu |
188 | endmenu |
185 | |
189 | |
186 | menu "Communications and Networking" |
190 | menu "Communications and Networking" |
|