summaryrefslogtreecommitdiff
path: root/config.in
authormickeyl <mickeyl>2004-04-06 11:50:55 (UTC)
committer mickeyl <mickeyl>2004-04-06 11:50:55 (UTC)
commitd3d2fbab3991b637f50217bbe966484f583fbb19 (patch) (unidiff)
tree3c41060ec050dae7df7261f44ca4507c8d965802 /config.in
parentcbedf80c65fe86d0ca901a9f5f4519564ffdc90a (diff)
downloadopie-d3d2fbab3991b637f50217bbe966484f583fbb19.zip
opie-d3d2fbab3991b637f50217bbe966484f583fbb19.tar.gz
opie-d3d2fbab3991b637f50217bbe966484f583fbb19.tar.bz2
specifying the wireless extension version is now optional thanks
to libopienet2 gathering the WE version automatically you can still override it if needed
Diffstat (limited to 'config.in') (more/less context) (ignore whitespace changes)
-rw-r--r--config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.in b/config.in
index 0b01f78..7ad5e51 100644
--- a/config.in
+++ b/config.in
@@ -15,233 +15,238 @@ choice
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" 19 boolean "Sharp Zaurus"
20 20
21 config TARGET_IPAQ 21 config TARGET_IPAQ
22 boolean "iPAQ" 22 boolean "iPAQ"
23 23
24 config TARGET_RAMSES 24 config TARGET_RAMSES
25 boolean "Ramses" 25 boolean "Ramses"
26 26
27 config TARGET_SIMPAD 27 config TARGET_SIMPAD
28 boolean "SIMpad" 28 boolean "SIMpad"
29 29
30 config TARGET_YOPY 30 config TARGET_YOPY
31 boolean "Yopy 3500/3700" 31 boolean "Yopy 3500/3700"
32 32
33endchoice 33endchoice
34 34
35config OPTIMIZE 35config OPTIMIZE
36 boolean "Use optimizations" 36 boolean "Use optimizations"
37 default "y" if ! TARGET_X86 37 default "y" if ! TARGET_X86
38 38
39# added for threaded compile 39# added for threaded compile
40config THREADED 40config THREADED
41 boolean "Enable threaded build" 41 boolean "Enable threaded build"
42 default "n" 42 default "n"
43 43
44config DEBUG 44config DEBUG
45 boolean "Enable debug builds" 45 boolean "Enable debug builds"
46 default n 46 default n
47config RELEASE 47config RELEASE
48 bool 48 bool
49 default y 49 default y
50 depends !DEBUG 50 depends !DEBUG
51 51
52config QUICK_LAUNCH 52config QUICK_LAUNCH
53 boolean "Enable Quick Launch" 53 boolean "Enable Quick Launch"
54 default n 54 default n
55 55
56config QUICKLAUNCH_PATH 56config QUICKLAUNCH_PATH
57 string "Path to quicklauncher" 57 string "Path to quicklauncher"
58 default "./quicklauncher" if TARGET_X86 58 default "./quicklauncher" if TARGET_X86
59 default "/opt/QtPalmtop/bin/quicklauncher" if ! TARGET_X86 59 default "/opt/QtPalmtop/bin/quicklauncher" if ! TARGET_X86
60 60
61config SPECFILE 61config SPECFILE
62 string 62 string
63 default "qws/linux-generic-g++" if TARGET_X86 && (! X11) 63 default "qws/linux-generic-g++" if TARGET_X86 && (! X11)
64 default "linux-g++" if TARGET_X86 && X11 64 default "linux-g++" if TARGET_X86 && X11
65 default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) 65 default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11)
66 default "linux-g++" if TARGET_SHARP && X11 66 default "linux-g++" if TARGET_SHARP && X11
67 default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) 67 default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11)
68 default "linux-g++" if TARGET_IPAQ && X11 68 default "linux-g++" if TARGET_IPAQ && X11
69 default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) 69 default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11)
70 default "linux-g++" if TARGET_RAMSES && X11 70 default "linux-g++" if TARGET_RAMSES && X11
71 default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) 71 default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11)
72 default "linux-g++" if TARGET_SIMPAD && X11 72 default "linux-g++" if TARGET_SIMPAD && X11
73 default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11) 73 default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11)
74 default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11) 74 default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11)
75 75
76config CUSTOMFILE 76config CUSTOMFILE
77 string 77 string
78 default "custom-ipaq.h" if TARGET_IPAQ 78 default "custom-ipaq.h" if TARGET_IPAQ
79 default "custom-sharp.h" if TARGET_SHARP 79 default "custom-sharp.h" if TARGET_SHARP
80 default "custom-ramses.h" if TARGET_RAMSES 80 default "custom-ramses.h" if TARGET_RAMSES
81 default "custom-ipaq.h" if TARGET_SIMPAD 81 default "custom-ipaq.h" if TARGET_SIMPAD
82 default "custom-yopy.h" if TARGET_YOPY 82 default "custom-yopy.h" if TARGET_YOPY
83 83
84config OPTIMIZATIONS 84config OPTIMIZATIONS
85 string "Optimization flags" 85 string "Optimization flags"
86 depends OPTIMIZE 86 depends OPTIMIZE
87 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ 87 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ
88 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY 88 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY
89 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP 89 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP
90 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES 90 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES
91 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD 91 default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD
92 92
93config EXPERIMENTAL 93config EXPERIMENTAL
94 bool "Prompt for development and/or incomplete items" 94 bool "Prompt for development and/or incomplete items"
95 default y 95 default y
96 96
97endmenu 97endmenu
98 98
99menu "Configuration" 99menu "Configuration"
100config OPIE_NO_OVERRIDE_QT 100config OPIE_NO_OVERRIDE_QT
101 boolean "Build Opie against an unpatched version of Qt" 101 boolean "Build Opie against an unpatched version of Qt"
102 default n 102 default n
103 103
104config OPIE_NO_BUILTIN_SHUTDOWN 104config OPIE_NO_BUILTIN_SHUTDOWN
105 boolean "Disable the built in shutdown application" 105 boolean "Disable the built in shutdown application"
106 default n 106 default n
107 107
108config OPIE_NO_BUILTIN_CALIBRATE 108config OPIE_NO_BUILTIN_CALIBRATE
109 boolean "Disable the built in calibrate application" 109 boolean "Disable the built in calibrate application"
110 default y if TARGET_YOPY 110 default y if TARGET_YOPY
111 default n 111 default n
112 112
113config OPIE_SOUND_FRAGMENT_SHIFT 113config OPIE_SOUND_FRAGMENT_SHIFT
114 string "The sound fragment used in Opie Player I" 114 string "The sound fragment used in Opie Player I"
115 default "14" if TARGET_IPAQ 115 default "14" if TARGET_IPAQ
116 default "16" if (!TARGET_IPAQ) 116 default "16" if (!TARGET_IPAQ)
117 117
118config USE_REALTIME_AUDIO_THREAD 118config USE_REALTIME_AUDIO_THREAD
119 boolean "Use a realtime thread in Opie Player I" 119 boolean "Use a realtime thread in Opie Player I"
120 default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP 120 default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP
121 default n 121 default n
122 122
123config QT_QWS_ALLOW_OVERCLOCK 123config 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
128config OPIE_HIGH_RES_SMALL_PHY 128config 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
133config OPIE_NEW_ALLOC 133config 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
138config OPIE_NO_SOUND_PCM_READ_BITS 138config 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
143config OPIE_WE_VERSION_OVERRIDE
144 boolean "Override autodetection of wireless extension (WE) version
145 default n
146
143config OPIE_WE_VERSION 147config OPIE_WE_VERSION
148 depends OPIE_WE_VERSION_OVERRIDE
144 string "The wireless extension (WE) version to build against" 149 string "The wireless extension (WE) version to build against"
145 default "15" if ! TARGET_X86 150 default "15" if ! TARGET_X86
146 default "16" if TARGET_X86 151 default "16" if TARGET_X86
147 152
148endmenu 153endmenu
149 154
150menu "Base" 155menu "Base"
151 choice 156 choice
152 prompt "Qpe Library Selection" 157 prompt "Qpe Library Selection"
153 default LIBQPE 158 default LIBQPE
154 source library/config.in 159 source library/config.in
155 source x11/config.in 160 source x11/config.in
156 endchoice 161 endchoice
157 source libopie/config.in 162 source libopie/config.in
158 163
159 source libopie2/config.in 164 source libopie2/config.in
160 source libqtaux/config.in 165 source libqtaux/config.in
161 166
162 source core/opie-login/config.in 167 source core/opie-login/config.in
163 source core/opiealarm/config.in 168 source core/opiealarm/config.in
164 source core/tools/quicklauncher/config.in 169 source core/tools/quicklauncher/config.in
165 source core/launcher/config.in 170 source core/launcher/config.in
166 source core/symlinker/config.in 171 source core/symlinker/config.in
167endmenu 172endmenu
168 173
169comment "" 174comment ""
170 175
171menu "Applets" 176menu "Applets"
172 source core/applets/config.in 177 source core/applets/config.in
173 source noncore/applets/config.in 178 source noncore/applets/config.in
174endmenu 179endmenu
175 180
176menu "Apps" 181menu "Apps"
177 source core/apps/config.in 182 source core/apps/config.in
178 source noncore/apps/config.in 183 source noncore/apps/config.in
179endmenu 184endmenu
180 185
181menu "Communications and Networking" 186menu "Communications and Networking"
182 source noncore/comm/config.in 187 source noncore/comm/config.in
183 source noncore/net/config.in 188 source noncore/net/config.in
184endmenu 189endmenu
185 190
186menu "Games" 191menu "Games"
187 source noncore/games/config.in 192 source noncore/games/config.in
188endmenu 193endmenu
189 194
190menu "Graphics and Multimedia" 195menu "Graphics and Multimedia"
191 source freetype/config.in 196 source freetype/config.in
192 source noncore/graphics/config.in 197 source noncore/graphics/config.in
193 source core/multimedia/config.in 198 source core/multimedia/config.in
194 source noncore/multimedia/config.in 199 source noncore/multimedia/config.in
195endmenu 200endmenu
196 201
197menu "Input methods" 202menu "Input methods"
198 source inputmethods/config.in 203 source inputmethods/config.in
199endmenu 204endmenu
200 205
201menu "Pim" 206menu "Pim"
202 source core/pim/config.in 207 source core/pim/config.in
203 comment "Today Plugins ---" 208 comment "Today Plugins ---"
204 source noncore/todayplugins/config.in 209 source noncore/todayplugins/config.in
205 source core/pim/today/plugins/config.in 210 source core/pim/today/plugins/config.in
206endmenu 211endmenu
207 212
208menu "Settings" 213menu "Settings"
209 source core/settings/config.in 214 source core/settings/config.in
210 source noncore/settings/config.in 215 source noncore/settings/config.in
211endmenu 216endmenu
212 217
213menu "Theming" 218menu "Theming"
214 comment "Decorations ---" 219 comment "Decorations ---"
215 source noncore/decorations/config.in 220 source noncore/decorations/config.in
216 comment "Styles ---" 221 comment "Styles ---"
217 source noncore/styles/config.in 222 source noncore/styles/config.in
218endmenu 223endmenu
219 224
220menu "Tools" 225menu "Tools"
221 source noncore/tools/config.in 226 source noncore/tools/config.in
222endmenu 227endmenu
223 228
224menu "Development" 229menu "Development"
225 source development/keyview/config.in 230 source development/keyview/config.in
226 #source development/debugviewer/config.in 231 #source development/debugviewer/config.in
227endmenu 232endmenu
228 233
229menu "Examples" 234menu "Examples"
230 config EXAMPLES 235 config EXAMPLES
231 boolean "Compile Example Application" 236 boolean "Compile Example Application"
232 source examples/config.in 237 source examples/config.in
233endmenu 238endmenu
234 239
235comment "" 240comment ""
236 241
237menu "Unsupported / Unmaintained" 242menu "Unsupported / Unmaintained"
238 source noncore/unsupported/config.in 243 source noncore/unsupported/config.in
239endmenu 244endmenu
240 245
241comment "" 246comment ""
242 depends on EXPERIMENTAL 247 depends on EXPERIMENTAL
243menu "Experimental" 248menu "Experimental"
244 depends on EXPERIMENTAL 249 depends on EXPERIMENTAL
245 source libslcompat/config.in 250 source libslcompat/config.in
246 source core/qws/config.in 251 source core/qws/config.in
247endmenu 252endmenu