author | mickeyl <mickeyl> | 2005-02-19 17:18:27 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-02-19 17:18:27 (UTC) |
commit | be32e0c045814142954ac37c89715313633d6aa2 (patch) (unidiff) | |
tree | 93a6fc7a84b4073fb04cc0b3377c4bb7e11bd091 /config.in | |
parent | b7bf9c7acdc010eb30bc246372efb0d1b394166a (diff) | |
download | opie-be32e0c045814142954ac37c89715313633d6aa2.zip opie-be32e0c045814142954ac37c89715313633d6aa2.tar.gz opie-be32e0c045814142954ac37c89715313633d6aa2.tar.bz2 |
make inline image support optional
-rw-r--r-- | config.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -109,128 +109,132 @@ config CUSTOMFILE | |||
109 | 109 | ||
110 | config OPTIMIZATIONS | 110 | config OPTIMIZATIONS |
111 | string "Optimization flags" | 111 | string "Optimization flags" |
112 | depends OPTIMIZE | 112 | depends OPTIMIZE |
113 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ | 113 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ |
114 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY | 114 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY |
115 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP | 115 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP |
116 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES | 116 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES |
117 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD | 117 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD |
118 | default "-march=armv5te -mtune=xscale -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_C700 | 118 | default "-march=armv5te -mtune=xscale -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_C700 |
119 | 119 | ||
120 | config EXPERIMENTAL | 120 | config EXPERIMENTAL |
121 | bool "Prompt for development and/or incomplete items" | 121 | bool "Prompt for development and/or incomplete items" |
122 | default y | 122 | default y |
123 | 123 | ||
124 | config USE_CCACHE | 124 | config USE_CCACHE |
125 | bool "Use ccache, if available?" | 125 | bool "Use ccache, if available?" |
126 | default y | 126 | default y |
127 | 127 | ||
128 | endmenu | 128 | endmenu |
129 | 129 | ||
130 | menu "Configuration" | 130 | menu "Configuration" |
131 | config OPIE_NO_BUILTIN_SHUTDOWN | 131 | config OPIE_NO_BUILTIN_SHUTDOWN |
132 | boolean "Disable the built in shutdown application" | 132 | boolean "Disable the built in shutdown application" |
133 | default y | 133 | default y |
134 | 134 | ||
135 | config OPIE_NO_BUILTIN_CALIBRATE | 135 | config OPIE_NO_BUILTIN_CALIBRATE |
136 | boolean "Disable the built in calibrate application" | 136 | boolean "Disable the built in calibrate application" |
137 | default y if TARGET_YOPY | 137 | default y if TARGET_YOPY |
138 | default n if ! TARGET_YOPY | 138 | default n if ! TARGET_YOPY |
139 | 139 | ||
140 | config OPIE_SOUND_FRAGMENT_SHIFT | 140 | config OPIE_SOUND_FRAGMENT_SHIFT |
141 | string "The sound fragment used in Opie Player I" | 141 | string "The sound fragment used in Opie Player I" |
142 | default "14" if TARGET_IPAQ | 142 | default "14" if TARGET_IPAQ |
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 | ||
174 | boolean "Build libqpe without inline images" | ||
175 | default y | ||
176 | |||
173 | config OPIE_NO_SOUND_PCM_READ_BITS | 177 | config OPIE_NO_SOUND_PCM_READ_BITS |
174 | boolean "There is not a pcm_read_bits io control" | 178 | boolean "There is not a pcm_read_bits io control" |
175 | default y if TARGET_SHARP | 179 | default y if TARGET_SHARP |
176 | default n if ! TARGET_SHARP | 180 | default n if ! TARGET_SHARP |
177 | endmenu | 181 | endmenu |
178 | 182 | ||
179 | menu "Dependencies" | 183 | menu "Dependencies" |
180 | source dependencies.in | 184 | source dependencies.in |
181 | endmenu | 185 | endmenu |
182 | 186 | ||
183 | menu "Base" | 187 | menu "Base" |
184 | choice | 188 | choice |
185 | prompt "Qpe Library Selection" | 189 | prompt "Qpe Library Selection" |
186 | default LIBQPE | 190 | default LIBQPE |
187 | source library/config.in | 191 | source library/config.in |
188 | source x11/config.in | 192 | source x11/config.in |
189 | endchoice | 193 | endchoice |
190 | source libopie2/config.in | 194 | source libopie2/config.in |
191 | source libqtaux/config.in | 195 | source libqtaux/config.in |
192 | source rsync/config.in | 196 | source rsync/config.in |
193 | source core/opie-login/config.in | 197 | source core/opie-login/config.in |
194 | source core/opiealarm/config.in | 198 | source core/opiealarm/config.in |
195 | source core/tools/quicklauncher/config.in | 199 | source core/tools/quicklauncher/config.in |
196 | source core/launcher/config.in | 200 | source core/launcher/config.in |
197 | source core/symlinker/config.in | 201 | source core/symlinker/config.in |
198 | endmenu | 202 | endmenu |
199 | 203 | ||
200 | comment "" | 204 | comment "" |
201 | 205 | ||
202 | menu "Applets" | 206 | menu "Applets" |
203 | source core/applets/config.in | 207 | source core/applets/config.in |
204 | source noncore/applets/config.in | 208 | source noncore/applets/config.in |
205 | endmenu | 209 | endmenu |
206 | 210 | ||
207 | menu "Apps" | 211 | menu "Apps" |
208 | source core/apps/config.in | 212 | source core/apps/config.in |
209 | source noncore/apps/config.in | 213 | source noncore/apps/config.in |
210 | endmenu | 214 | endmenu |
211 | 215 | ||
212 | menu "Communications and Networking" | 216 | menu "Communications and Networking" |
213 | source noncore/comm/config.in | 217 | source noncore/comm/config.in |
214 | source noncore/net/config.in | 218 | source noncore/net/config.in |
215 | endmenu | 219 | endmenu |
216 | 220 | ||
217 | menu "Games" | 221 | menu "Games" |
218 | source noncore/games/config.in | 222 | source noncore/games/config.in |
219 | endmenu | 223 | endmenu |
220 | 224 | ||
221 | menu "Graphics and Multimedia" | 225 | menu "Graphics and Multimedia" |
222 | source freetype/config.in | 226 | source freetype/config.in |
223 | source noncore/graphics/config.in | 227 | source noncore/graphics/config.in |
224 | source core/multimedia/config.in | 228 | source core/multimedia/config.in |
225 | source noncore/multimedia/config.in | 229 | source noncore/multimedia/config.in |
226 | endmenu | 230 | endmenu |
227 | 231 | ||
228 | menu "Input methods" | 232 | menu "Input methods" |
229 | source inputmethods/config.in | 233 | source inputmethods/config.in |
230 | endmenu | 234 | endmenu |
231 | 235 | ||
232 | menu "Pim" | 236 | menu "Pim" |
233 | source core/obex/config.in | 237 | source core/obex/config.in |
234 | source core/pim/config.in | 238 | source core/pim/config.in |
235 | comment "Today Plugins ---" | 239 | comment "Today Plugins ---" |
236 | source noncore/todayplugins/config.in | 240 | source noncore/todayplugins/config.in |