author | zecke <zecke> | 2005-02-26 12:19:26 (UTC) |
---|---|---|
committer | zecke <zecke> | 2005-02-26 12:19:26 (UTC) |
commit | cfca93daadf9c0c6c41a4f1eed26dcac318056f1 (patch) (unidiff) | |
tree | c66362d9ceaabebf064ec963670d293d40093771 | |
parent | 2e32fb035b4e8ed29e5522ed081c75df1fd74f40 (diff) | |
download | opie-cfca93daadf9c0c6c41a4f1eed26dcac318056f1.zip opie-cfca93daadf9c0c6c41a4f1eed26dcac318056f1.tar.gz opie-cfca93daadf9c0c6c41a4f1eed26dcac318056f1.tar.bz2 |
Do build with inline images by default because we don't want
force people to cp pics/inline/*.png pics on their x86 builds
-rw-r--r-- | config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,65 +143,65 @@ config OPIE_SOUND_FRAGMENT_SHIFT | |||
143 | default "16" if ! TARGET_IPAQ | 143 | default "16" if ! TARGET_IPAQ |
144 | 144 | ||
145 | config USE_REALTIME_AUDIO_THREAD | 145 | config USE_REALTIME_AUDIO_THREAD |
146 | boolean "Use a realtime thread in Opie Player I" | 146 | boolean "Use a realtime thread in Opie Player I" |
147 | default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP | 147 | default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP |
148 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) | 148 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) |
149 | 149 | ||
150 | config QT_QWS_ALLOW_OVERCLOCK | 150 | config QT_QWS_ALLOW_OVERCLOCK |
151 | boolean "Allow the user to overclock the device" | 151 | boolean "Allow the user to overclock the device" |
152 | depends TARGET_RAMSES | 152 | depends TARGET_RAMSES |
153 | default n | 153 | default n |
154 | 154 | ||
155 | config USE_FILE_NOTIFICATION | 155 | config USE_FILE_NOTIFICATION |
156 | boolean "Substitute (some) polling interfaces with OFileNotifier" | 156 | boolean "Substitute (some) polling interfaces with OFileNotifier" |
157 | default y | 157 | default y |
158 | 158 | ||
159 | config OPIE_NEW_ALLOC | 159 | config OPIE_NEW_ALLOC |
160 | boolean "Use malloc and free for the implementation" | 160 | boolean "Use malloc and free for the implementation" |
161 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP | 161 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP |
162 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) | 162 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) |
163 | 163 | ||
164 | config OPIE_TASKBAR_LOCK_KEY_STATE | 164 | config OPIE_TASKBAR_LOCK_KEY_STATE |
165 | boolean "Have a KeyLock state indicator on the taskbar" | 165 | boolean "Have a KeyLock state indicator on the taskbar" |
166 | default y if TARGET_SHARP | 166 | default y if TARGET_SHARP |
167 | default n if !TARGET_SHARP | 167 | default n if !TARGET_SHARP |
168 | 168 | ||
169 | config LIBQPE_WITHROHFEEDBACK | 169 | config LIBQPE_WITHROHFEEDBACK |
170 | boolean "Build libqpe with Right-On-Hold feedback" | 170 | boolean "Build libqpe with Right-On-Hold feedback" |
171 | default y | 171 | default y |
172 | 172 | ||
173 | config LIBQPE_NO_INLINE_IMAGES | 173 | config LIBQPE_NO_INLINE_IMAGES |
174 | boolean "Build libqpe without inline images" | 174 | boolean "Build libqpe without inline images" |
175 | default y | 175 | default n |
176 | 176 | ||
177 | config OPIE_NO_SOUND_PCM_READ_BITS | 177 | config OPIE_NO_SOUND_PCM_READ_BITS |
178 | boolean "There is not a pcm_read_bits io control" | 178 | boolean "There is not a pcm_read_bits io control" |
179 | default y if TARGET_SHARP | 179 | default y if TARGET_SHARP |
180 | default n if ! TARGET_SHARP | 180 | default n if ! TARGET_SHARP |
181 | endmenu | 181 | endmenu |
182 | 182 | ||
183 | menu "Dependencies" | 183 | menu "Dependencies" |
184 | source dependencies.in | 184 | source dependencies.in |
185 | endmenu | 185 | endmenu |
186 | 186 | ||
187 | menu "Base" | 187 | menu "Base" |
188 | choice | 188 | choice |
189 | prompt "Qpe Library Selection" | 189 | prompt "Qpe Library Selection" |
190 | default LIBQPE | 190 | default LIBQPE |
191 | source library/config.in | 191 | source library/config.in |
192 | source x11/config.in | 192 | source x11/config.in |
193 | endchoice | 193 | endchoice |
194 | source libopie2/config.in | 194 | source libopie2/config.in |
195 | source libqtaux/config.in | 195 | source libqtaux/config.in |
196 | source rsync/config.in | 196 | source rsync/config.in |
197 | source core/opie-login/config.in | 197 | source core/opie-login/config.in |
198 | source core/opiealarm/config.in | 198 | source core/opiealarm/config.in |
199 | source core/tools/quicklauncher/config.in | 199 | source core/tools/quicklauncher/config.in |
200 | source core/launcher/config.in | 200 | source core/launcher/config.in |
201 | source core/symlinker/config.in | 201 | source core/symlinker/config.in |
202 | endmenu | 202 | endmenu |
203 | 203 | ||
204 | comment "" | 204 | comment "" |
205 | 205 | ||
206 | menu "Applets" | 206 | menu "Applets" |
207 | source core/applets/config.in | 207 | source core/applets/config.in |