summaryrefslogtreecommitdiff
path: root/config.in
Unidiff
Diffstat (limited to 'config.in') (more/less context) (show whitespace changes)
-rw-r--r--config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.in b/config.in
index 9586a33..c981fd1 100644
--- a/config.in
+++ b/config.in
@@ -54,192 +54,197 @@ config DEBUG
54config RELEASE 54config RELEASE
55 bool 55 bool
56 default y 56 default y
57 depends !DEBUG 57 depends !DEBUG
58 58
59config QUICK_LAUNCH 59config 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
64config QUICKLAUNCH_PATH 64config 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
69config SPECFILE 69config 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
84config CUSTOMFILE 84config 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
92config OPTIMIZATIONS 92config 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
102config EXPERIMENTAL 102config 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
106endmenu 106endmenu
107 107
108menu "Configuration" 108menu "Configuration"
109config OPIE_NO_OVERRIDE_QT 109config 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
113config OPIE_NO_ERASERECT_FIX 113config 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
117config OPIE_NO_BUILTIN_SHUTDOWN 117config 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
121config OPIE_NO_BUILTIN_CALIBRATE 121config 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
126config OPIE_SOUND_FRAGMENT_SHIFT 126config 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
131config USE_REALTIME_AUDIO_THREAD 131config 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
136config QT_QWS_ALLOW_OVERCLOCK 136config 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
141config USE_FILE_NOTIFICATION 141config USE_FILE_NOTIFICATION
142 boolean "Substitute (some) polling interfaces with OFileNotifier" 142 boolean "Substitute (some) polling interfaces with OFileNotifier"
143 default y 143 default y
144 144
145config OPIE_NEW_ALLOC 145config OPIE_NEW_ALLOC
146 boolean "Use malloc and free for the implementation" 146 boolean "Use malloc and free for the implementation"
147 default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP 147 default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || 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
150config OPIE_TASKBAR_LOCK_KEY_STATE
151 boolean "Have a KeyLock state indicator on the taskbar"
152 default y if TARGET_SHARP
153 default n if !TARGET_SHARP
154
150config OPIE_NO_SOUND_PCM_READ_BITS 155config OPIE_NO_SOUND_PCM_READ_BITS
151 boolean "There is not a pcm_read_bits io control" 156 boolean "There is not a pcm_read_bits io control"
152 default y if TARGET_SHARP 157 default y if TARGET_SHARP
153 default n if ! TARGET_SHARP 158 default n if ! TARGET_SHARP
154endmenu 159endmenu
155 160
156menu "Dependencies" 161menu "Dependencies"
157 source dependencies.in 162 source dependencies.in
158endmenu 163endmenu
159 164
160menu "Base" 165menu "Base"
161 choice 166 choice
162 prompt "Qpe Library Selection" 167 prompt "Qpe Library Selection"
163 default LIBQPE 168 default LIBQPE
164 source library/config.in 169 source library/config.in
165 source x11/config.in 170 source x11/config.in
166 endchoice 171 endchoice
167 source libopie/config.in 172 source libopie/config.in
168 173
169 source libopie2/config.in 174 source libopie2/config.in
170 source libqtaux/config.in 175 source libqtaux/config.in
171 source rsync/config.in 176 source rsync/config.in
172 source core/opie-login/config.in 177 source core/opie-login/config.in
173 source core/opiealarm/config.in 178 source core/opiealarm/config.in
174 source core/tools/quicklauncher/config.in 179 source core/tools/quicklauncher/config.in
175 source core/launcher/config.in 180 source core/launcher/config.in
176 source core/symlinker/config.in 181 source core/symlinker/config.in
177endmenu 182endmenu
178 183
179comment "" 184comment ""
180 185
181menu "Applets" 186menu "Applets"
182 source core/applets/config.in 187 source core/applets/config.in
183 source noncore/applets/config.in 188 source noncore/applets/config.in
184endmenu 189endmenu
185 190
186menu "Apps" 191menu "Apps"
187 source core/apps/config.in 192 source core/apps/config.in
188 source noncore/apps/config.in 193 source noncore/apps/config.in
189endmenu 194endmenu
190 195
191menu "Communications and Networking" 196menu "Communications and Networking"
192 source noncore/comm/config.in 197 source noncore/comm/config.in
193 source noncore/net/config.in 198 source noncore/net/config.in
194endmenu 199endmenu
195 200
196menu "Games" 201menu "Games"
197 source noncore/games/config.in 202 source noncore/games/config.in
198endmenu 203endmenu
199 204
200menu "Graphics and Multimedia" 205menu "Graphics and Multimedia"
201 source freetype/config.in 206 source freetype/config.in
202 source noncore/graphics/config.in 207 source noncore/graphics/config.in
203 source core/multimedia/config.in 208 source core/multimedia/config.in
204 source noncore/multimedia/config.in 209 source noncore/multimedia/config.in
205endmenu 210endmenu
206 211
207menu "Input methods" 212menu "Input methods"
208 source inputmethods/config.in 213 source inputmethods/config.in
209endmenu 214endmenu
210 215
211menu "Pim" 216menu "Pim"
212 source core/obex/config.in 217 source core/obex/config.in
213 source core/pim/config.in 218 source core/pim/config.in
214 comment "Today Plugins ---" 219 comment "Today Plugins ---"
215 source noncore/todayplugins/config.in 220 source noncore/todayplugins/config.in
216 source core/pim/today/plugins/config.in 221 source core/pim/today/plugins/config.in
217endmenu 222endmenu
218 223
219menu "Settings" 224menu "Settings"
220 source core/settings/config.in 225 source core/settings/config.in
221 source noncore/settings/config.in 226 source noncore/settings/config.in
222 source noncore/securityplugins/config.in 227 source noncore/securityplugins/config.in
223endmenu 228endmenu
224 229
225menu "Theming" 230menu "Theming"
226 comment "Decorations ---" 231 comment "Decorations ---"
227 source noncore/decorations/config.in 232 source noncore/decorations/config.in
228 comment "Styles ---" 233 comment "Styles ---"
229 source noncore/styles/config.in 234 source noncore/styles/config.in
230endmenu 235endmenu
231 236
232menu "Tools" 237menu "Tools"
233 source noncore/tools/config.in 238 source noncore/tools/config.in
234endmenu 239endmenu
235 240
236menu "Development" 241menu "Development"
237 source development/keyview/config.in 242 source development/keyview/config.in
238 #source development/debugviewer/config.in 243 #source development/debugviewer/config.in
239endmenu 244endmenu
240 245
241menu "Examples" 246menu "Examples"
242 config EXAMPLES 247 config EXAMPLES
243 boolean "Compile Example Application" 248 boolean "Compile Example Application"
244 source examples/config.in 249 source examples/config.in
245endmenu 250endmenu