author | mickeyl <mickeyl> | 2004-06-08 22:12:51 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-06-08 22:12:51 (UTC) |
commit | 29cef43e19d73082f0af7e3cb4a9d44546ddc444 (patch) (unidiff) | |
tree | 835d75da495b189b27ac43baeb8fef456805e0b3 /config.in | |
parent | f2a655f7f906d65f96bc523b02a2b23e9831a6d0 (diff) | |
download | opie-29cef43e19d73082f0af7e3cb4a9d44546ddc444.zip opie-29cef43e19d73082f0af7e3cb4a9d44546ddc444.tar.gz opie-29cef43e19d73082f0af7e3cb4a9d44546ddc444.tar.bz2 |
adjust for directory moval
-rw-r--r-- | config.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,262 +1,263 @@ | |||
1 | mainmenu "Opie Configuration" | 1 | mainmenu "Opie Configuration" |
2 | 2 | ||
3 | menu "Build Parameters" | 3 | menu "Build Parameters" |
4 | 4 | ||
5 | choice | 5 | choice |
6 | prompt "Target Machine" | 6 | prompt "Target Machine" |
7 | default TARGET_X86 | 7 | default TARGET_X86 |
8 | help | 8 | help |
9 | Please select the architecture of the machine you will be | 9 | Please select the architecture of the machine you will be |
10 | building the OpenZaurus buildroot for. | 10 | building the OpenZaurus buildroot for. |
11 | 11 | ||
12 | config TARGET_X86 | 12 | config TARGET_X86 |
13 | boolean "Intel X86" | 13 | boolean "Intel X86" |
14 | 14 | ||
15 | config TARGET_MACOSX | 15 | config TARGET_MACOSX |
16 | boolean "Mac OS X (DARWIN)" | 16 | boolean "Mac OS X (DARWIN)" |
17 | 17 | ||
18 | config TARGET_SHARP | 18 | config TARGET_SHARP |
19 | boolean "Sharp Zaurus w/ SA1100 (5000 and 5500)" | 19 | boolean "Sharp Zaurus w/ SA1100 (5000 and 5500)" |
20 | 20 | ||
21 | config TARGET_C700 | 21 | config TARGET_C700 |
22 | boolean "Sharp Zaurus w/ PXA25x (5600, C7x0, C8x0)" | 22 | boolean "Sharp Zaurus w/ PXA25x (5600, C7x0, C8x0)" |
23 | 23 | ||
24 | config TARGET_IPAQ | 24 | config TARGET_IPAQ |
25 | boolean "iPAQ" | 25 | boolean "iPAQ" |
26 | 26 | ||
27 | config TARGET_RAMSES | 27 | config TARGET_RAMSES |
28 | boolean "Ramses" | 28 | boolean "Ramses" |
29 | 29 | ||
30 | config TARGET_SIMPAD | 30 | config TARGET_SIMPAD |
31 | boolean "SIMpad" | 31 | boolean "SIMpad" |
32 | 32 | ||
33 | config TARGET_YOPY | 33 | config TARGET_YOPY |
34 | boolean "Yopy 3500/3700" | 34 | boolean "Yopy 3500/3700" |
35 | 35 | ||
36 | endchoice | 36 | endchoice |
37 | 37 | ||
38 | config OPTIMIZE | 38 | config OPTIMIZE |
39 | boolean "Use optimizations" | 39 | boolean "Use optimizations" |
40 | default "y" if ! TARGET_X86 | 40 | default "y" if ! TARGET_X86 |
41 | 41 | ||
42 | config THREADED | 42 | config THREADED |
43 | boolean "Enable threaded build" | 43 | boolean "Enable threaded build" |
44 | default "n" | 44 | default "n" |
45 | 45 | ||
46 | config STATIC | 46 | config STATIC |
47 | boolean "Build static libraries" | 47 | boolean "Build static libraries" |
48 | default "n" | 48 | default "n" |
49 | 49 | ||
50 | config DEBUG | 50 | config DEBUG |
51 | boolean "Enable debug builds" | 51 | boolean "Enable debug builds" |
52 | default n | 52 | default n |
53 | 53 | ||
54 | config RELEASE | 54 | config RELEASE |
55 | bool | 55 | bool |
56 | default y | 56 | default y |
57 | depends !DEBUG | 57 | depends !DEBUG |
58 | 58 | ||
59 | config QUICK_LAUNCH | 59 | config QUICK_LAUNCH |
60 | boolean "Enable Quick Launch" | 60 | boolean "Enable Quick Launch" |
61 | default n if TARGET_X86 | 61 | default n if TARGET_X86 |
62 | default y if ! TARGET_X86 | 62 | default y if ! TARGET_X86 |
63 | 63 | ||
64 | config QUICKLAUNCH_PATH | 64 | config QUICKLAUNCH_PATH |
65 | string "Path to quicklauncher" | 65 | string "Path to quicklauncher" |
66 | default "./quicklauncher" if TARGET_X86 | 66 | default "./quicklauncher" if TARGET_X86 |
67 | default "/opt/QtPalmtop/bin/quicklauncher" if ! TARGET_X86 | 67 | default "/opt/QtPalmtop/bin/quicklauncher" if ! TARGET_X86 |
68 | 68 | ||
69 | config SPECFILE | 69 | config SPECFILE |
70 | string | 70 | string |
71 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) | 71 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) |
72 | default "linux-g++" if TARGET_X86 && X11 | 72 | default "linux-g++" if TARGET_X86 && X11 |
73 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) | 73 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) |
74 | default "linux-g++" if TARGET_SHARP && X11 | 74 | default "linux-g++" if TARGET_SHARP && X11 |
75 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) | 75 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) |
76 | default "linux-g++" if TARGET_IPAQ && X11 | 76 | default "linux-g++" if TARGET_IPAQ && X11 |
77 | default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) | 77 | default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) |
78 | default "linux-g++" if TARGET_RAMSES && X11 | 78 | default "linux-g++" if TARGET_RAMSES && X11 |
79 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) | 79 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) |
80 | default "linux-g++" if TARGET_SIMPAD && X11 | 80 | default "linux-g++" if TARGET_SIMPAD && X11 |
81 | default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11) | 81 | default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11) |
82 | default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11) | 82 | default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11) |
83 | 83 | ||
84 | config CUSTOMFILE | 84 | config CUSTOMFILE |
85 | string | 85 | string |
86 | default "custom-ipaq.h" if TARGET_IPAQ | 86 | default "custom-ipaq.h" if TARGET_IPAQ |
87 | default "custom-sharp.h" if TARGET_SHARP | 87 | default "custom-sharp.h" if TARGET_SHARP |
88 | default "custom-ramses.h" if TARGET_RAMSES | 88 | default "custom-ramses.h" if TARGET_RAMSES |
89 | default "custom-ipaq.h" if TARGET_SIMPAD | 89 | default "custom-ipaq.h" if TARGET_SIMPAD |
90 | default "custom-yopy.h" if TARGET_YOPY | 90 | default "custom-yopy.h" if TARGET_YOPY |
91 | 91 | ||
92 | config OPTIMIZATIONS | 92 | config OPTIMIZATIONS |
93 | string "Optimization flags" | 93 | string "Optimization flags" |
94 | depends OPTIMIZE | 94 | depends OPTIMIZE |
95 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ | 95 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ |
96 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY | 96 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY |
97 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP | 97 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP |
98 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES | 98 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES |
99 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD | 99 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD |
100 | default "-march=armv5te -mtune=xscale -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_C700 | 100 | default "-march=armv5te -mtune=xscale -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_C700 |
101 | 101 | ||
102 | config EXPERIMENTAL | 102 | config EXPERIMENTAL |
103 | bool "Prompt for development and/or incomplete items" | 103 | bool "Prompt for development and/or incomplete items" |
104 | default y | 104 | default y |
105 | 105 | ||
106 | endmenu | 106 | endmenu |
107 | 107 | ||
108 | menu "Configuration" | 108 | menu "Configuration" |
109 | config OPIE_NO_OVERRIDE_QT | 109 | config OPIE_NO_OVERRIDE_QT |
110 | boolean "Build Opie against an unpatched version of Qt" | 110 | boolean "Build Opie against an unpatched version of Qt" |
111 | default n | 111 | default n |
112 | 112 | ||
113 | config OPIE_NO_ERASERECT_FIX | 113 | config OPIE_NO_ERASERECT_FIX |
114 | boolean "Disable Fixup eraseRect for HancomMobileWord,neocal.. to make libopiecore work on Sharps libqpe" | 114 | boolean "Disable Fixup eraseRect for HancomMobileWord,neocal.. to make libopiecore work on Sharps libqpe" |
115 | default n | 115 | default n |
116 | 116 | ||
117 | config OPIE_NO_BUILTIN_SHUTDOWN | 117 | config OPIE_NO_BUILTIN_SHUTDOWN |
118 | boolean "Disable the built in shutdown application" | 118 | boolean "Disable the built in shutdown application" |
119 | default y | 119 | default y |
120 | 120 | ||
121 | config OPIE_NO_BUILTIN_CALIBRATE | 121 | config OPIE_NO_BUILTIN_CALIBRATE |
122 | boolean "Disable the built in calibrate application" | 122 | boolean "Disable the built in calibrate application" |
123 | default y if TARGET_YOPY | 123 | default y if TARGET_YOPY |
124 | default n if ! TARGET_YOPY | 124 | default n if ! TARGET_YOPY |
125 | 125 | ||
126 | config OPIE_SOUND_FRAGMENT_SHIFT | 126 | config OPIE_SOUND_FRAGMENT_SHIFT |
127 | string "The sound fragment used in Opie Player I" | 127 | string "The sound fragment used in Opie Player I" |
128 | default "14" if TARGET_IPAQ | 128 | default "14" if TARGET_IPAQ |
129 | default "16" if ! TARGET_IPAQ | 129 | default "16" if ! TARGET_IPAQ |
130 | 130 | ||
131 | config USE_REALTIME_AUDIO_THREAD | 131 | config USE_REALTIME_AUDIO_THREAD |
132 | boolean "Use a realtime thread in Opie Player I" | 132 | boolean "Use a realtime thread in Opie Player I" |
133 | default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP | 133 | default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP |
134 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) | 134 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) |
135 | 135 | ||
136 | config QT_QWS_ALLOW_OVERCLOCK | 136 | config QT_QWS_ALLOW_OVERCLOCK |
137 | boolean "Allow the user to overclock the device" | 137 | boolean "Allow the user to overclock the device" |
138 | depends TARGET_RAMSES | 138 | depends TARGET_RAMSES |
139 | default n | 139 | default n |
140 | 140 | ||
141 | config OPIE_HIGH_RES_SMALL_PHY | 141 | config OPIE_HIGH_RES_SMALL_PHY |
142 | boolean "Resolution is bigger than physical screen" | 142 | boolean "Resolution is bigger than physical screen" |
143 | default y if TARGET_C700 | 143 | default y if TARGET_C700 |
144 | default n if ! TARGET_C700 | 144 | default n if ! TARGET_C700 |
145 | 145 | ||
146 | config USE_FILE_NOTIFICATION | 146 | config USE_FILE_NOTIFICATION |
147 | boolean "Substitute (some) polling interfaces with OFileNotifier" | 147 | boolean "Substitute (some) polling interfaces with OFileNotifier" |
148 | default y | 148 | default y |
149 | 149 | ||
150 | config OPIE_NEW_ALLOC | 150 | config OPIE_NEW_ALLOC |
151 | boolean "Use malloc and free for the implementation" | 151 | boolean "Use malloc and free for the implementation" |
152 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP | 152 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP |
153 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) | 153 | default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) |
154 | 154 | ||
155 | config OPIE_NO_SOUND_PCM_READ_BITS | 155 | config OPIE_NO_SOUND_PCM_READ_BITS |
156 | boolean "There is not a pcm_read_bits io control" | 156 | boolean "There is not a pcm_read_bits io control" |
157 | default y if TARGET_SHARP | 157 | default y if TARGET_SHARP |
158 | default n if ! TARGET_SHARP | 158 | default n if ! TARGET_SHARP |
159 | endmenu | 159 | endmenu |
160 | 160 | ||
161 | menu "Dependencies" | 161 | menu "Dependencies" |
162 | source dependencies.in | 162 | source dependencies.in |
163 | endmenu | 163 | endmenu |
164 | 164 | ||
165 | menu "Base" | 165 | menu "Base" |
166 | choice | 166 | choice |
167 | prompt "Qpe Library Selection" | 167 | prompt "Qpe Library Selection" |
168 | default LIBQPE | 168 | default LIBQPE |
169 | source library/config.in | 169 | source library/config.in |
170 | source x11/config.in | 170 | source x11/config.in |
171 | endchoice | 171 | endchoice |
172 | source libopie/config.in | 172 | source libopie/config.in |
173 | 173 | ||
174 | source libopie2/config.in | 174 | source libopie2/config.in |
175 | source libqtaux/config.in | 175 | source libqtaux/config.in |
176 | source rsync/config.in | 176 | source rsync/config.in |
177 | source core/opie-login/config.in | 177 | source core/opie-login/config.in |
178 | source core/opiealarm/config.in | 178 | source core/opiealarm/config.in |
179 | source core/tools/quicklauncher/config.in | 179 | source core/tools/quicklauncher/config.in |
180 | source core/launcher/config.in | 180 | source core/launcher/config.in |
181 | source core/symlinker/config.in | 181 | source core/symlinker/config.in |
182 | endmenu | 182 | endmenu |
183 | 183 | ||
184 | comment "" | 184 | comment "" |
185 | 185 | ||
186 | menu "Applets" | 186 | menu "Applets" |
187 | source core/applets/config.in | 187 | source core/applets/config.in |
188 | source noncore/applets/config.in | 188 | source noncore/applets/config.in |
189 | endmenu | 189 | endmenu |
190 | 190 | ||
191 | menu "Apps" | 191 | menu "Apps" |
192 | source core/apps/config.in | 192 | source core/apps/config.in |
193 | source noncore/apps/config.in | 193 | source noncore/apps/config.in |
194 | endmenu | 194 | endmenu |
195 | 195 | ||
196 | menu "Communications and Networking" | 196 | menu "Communications and Networking" |
197 | source noncore/comm/config.in | 197 | source noncore/comm/config.in |
198 | source noncore/net/config.in | 198 | source noncore/net/config.in |
199 | endmenu | 199 | endmenu |
200 | 200 | ||
201 | menu "Games" | 201 | menu "Games" |
202 | source noncore/games/config.in | 202 | source noncore/games/config.in |
203 | endmenu | 203 | endmenu |
204 | 204 | ||
205 | menu "Graphics and Multimedia" | 205 | menu "Graphics and Multimedia" |
206 | source freetype/config.in | 206 | source freetype/config.in |
207 | source noncore/graphics/config.in | 207 | source noncore/graphics/config.in |
208 | source core/multimedia/config.in | 208 | source core/multimedia/config.in |
209 | source noncore/multimedia/config.in | 209 | source noncore/multimedia/config.in |
210 | endmenu | 210 | endmenu |
211 | 211 | ||
212 | menu "Input methods" | 212 | menu "Input methods" |
213 | source inputmethods/config.in | 213 | source inputmethods/config.in |
214 | endmenu | 214 | endmenu |
215 | 215 | ||
216 | menu "Pim" | 216 | menu "Pim" |
217 | source core/obex/config.in | ||
217 | source core/pim/config.in | 218 | source core/pim/config.in |
218 | comment "Today Plugins ---" | 219 | comment "Today Plugins ---" |
219 | source noncore/todayplugins/config.in | 220 | source noncore/todayplugins/config.in |
220 | source core/pim/today/plugins/config.in | 221 | source core/pim/today/plugins/config.in |
221 | endmenu | 222 | endmenu |
222 | 223 | ||
223 | menu "Settings" | 224 | menu "Settings" |
224 | source core/settings/config.in | 225 | source core/settings/config.in |
225 | source noncore/settings/config.in | 226 | source noncore/settings/config.in |
226 | endmenu | 227 | endmenu |
227 | 228 | ||
228 | menu "Theming" | 229 | menu "Theming" |
229 | comment "Decorations ---" | 230 | comment "Decorations ---" |
230 | source noncore/decorations/config.in | 231 | source noncore/decorations/config.in |
231 | comment "Styles ---" | 232 | comment "Styles ---" |
232 | source noncore/styles/config.in | 233 | source noncore/styles/config.in |
233 | endmenu | 234 | endmenu |
234 | 235 | ||
235 | menu "Tools" | 236 | menu "Tools" |
236 | source noncore/tools/config.in | 237 | source noncore/tools/config.in |
237 | endmenu | 238 | endmenu |
238 | 239 | ||
239 | menu "Development" | 240 | menu "Development" |
240 | source development/keyview/config.in | 241 | source development/keyview/config.in |
241 | #source development/debugviewer/config.in | 242 | #source development/debugviewer/config.in |
242 | endmenu | 243 | endmenu |
243 | 244 | ||
244 | menu "Examples" | 245 | menu "Examples" |
245 | config EXAMPLES | 246 | config EXAMPLES |
246 | boolean "Compile Example Application" | 247 | boolean "Compile Example Application" |
247 | source examples/config.in | 248 | source examples/config.in |
248 | endmenu | 249 | endmenu |
249 | 250 | ||
250 | comment "" | 251 | comment "" |
251 | 252 | ||
252 | menu "Unsupported / Unmaintained" | 253 | menu "Unsupported / Unmaintained" |
253 | source noncore/unsupported/config.in | 254 | source noncore/unsupported/config.in |
254 | endmenu | 255 | endmenu |
255 | 256 | ||
256 | comment "" | 257 | comment "" |
257 | depends on EXPERIMENTAL | 258 | depends on EXPERIMENTAL |
258 | menu "Experimental" | 259 | menu "Experimental" |
259 | depends on EXPERIMENTAL | 260 | depends on EXPERIMENTAL |
260 | source libslcompat/config.in | 261 | source libslcompat/config.in |
261 | source core/qws/config.in | 262 | source core/qws/config.in |
262 | endmenu | 263 | endmenu |