summaryrefslogtreecommitdiff
path: root/config.in
Unidiff
Diffstat (limited to 'config.in') (more/less context) (ignore whitespace changes)
-rw-r--r--config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.in b/config.in
index c981fd1..37cbb67 100644
--- a/config.in
+++ b/config.in
@@ -107,96 +107,100 @@ endmenu
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 150config OPIE_TASKBAR_LOCK_KEY_STATE
151 boolean "Have a KeyLock state indicator on the taskbar" 151 boolean "Have a KeyLock state indicator on the taskbar"
152 default y if TARGET_SHARP 152 default y if TARGET_SHARP
153 default n if !TARGET_SHARP 153 default n if !TARGET_SHARP
154 154
155config LIBQPE_WITHROHFEEDBACK
156 boolean "Build libqpe with Right-On-Hold feedback"
157 default y
158
155config OPIE_NO_SOUND_PCM_READ_BITS 159config OPIE_NO_SOUND_PCM_READ_BITS
156 boolean "There is not a pcm_read_bits io control" 160 boolean "There is not a pcm_read_bits io control"
157 default y if TARGET_SHARP 161 default y if TARGET_SHARP
158 default n if ! TARGET_SHARP 162 default n if ! TARGET_SHARP
159endmenu 163endmenu
160 164
161menu "Dependencies" 165menu "Dependencies"
162 source dependencies.in 166 source dependencies.in
163endmenu 167endmenu
164 168
165menu "Base" 169menu "Base"
166 choice 170 choice
167 prompt "Qpe Library Selection" 171 prompt "Qpe Library Selection"
168 default LIBQPE 172 default LIBQPE
169 source library/config.in 173 source library/config.in
170 source x11/config.in 174 source x11/config.in
171 endchoice 175 endchoice
172 source libopie/config.in 176 source libopie/config.in
173 177
174 source libopie2/config.in 178 source libopie2/config.in
175 source libqtaux/config.in 179 source libqtaux/config.in
176 source rsync/config.in 180 source rsync/config.in
177 source core/opie-login/config.in 181 source core/opie-login/config.in
178 source core/opiealarm/config.in 182 source core/opiealarm/config.in
179 source core/tools/quicklauncher/config.in 183 source core/tools/quicklauncher/config.in
180 source core/launcher/config.in 184 source core/launcher/config.in
181 source core/symlinker/config.in 185 source core/symlinker/config.in
182endmenu 186endmenu
183 187
184comment "" 188comment ""
185 189
186menu "Applets" 190menu "Applets"
187 source core/applets/config.in 191 source core/applets/config.in
188 source noncore/applets/config.in 192 source noncore/applets/config.in
189endmenu 193endmenu
190 194
191menu "Apps" 195menu "Apps"
192 source core/apps/config.in 196 source core/apps/config.in
193 source noncore/apps/config.in 197 source noncore/apps/config.in
194endmenu 198endmenu
195 199
196menu "Communications and Networking" 200menu "Communications and Networking"
197 source noncore/comm/config.in 201 source noncore/comm/config.in
198 source noncore/net/config.in 202 source noncore/net/config.in
199endmenu 203endmenu
200 204
201menu "Games" 205menu "Games"
202 source noncore/games/config.in 206 source noncore/games/config.in