author | mickeyl <mickeyl> | 2004-08-25 10:21:50 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-08-25 10:21:50 (UTC) |
commit | 6e4b80e6ec07587e69ad8a374431097d484079e8 (patch) (unidiff) | |
tree | 9d42c9517e5f2ad24bec0b4a0523edb25c07d70e | |
parent | c1228b2e9d3534016dddbc6afceddf4880999b90 (diff) | |
download | opie-6e4b80e6ec07587e69ad8a374431097d484079e8.zip opie-6e4b80e6ec07587e69ad8a374431097d484079e8.tar.gz opie-6e4b80e6ec07587e69ad8a374431097d484079e8.tar.bz2 |
add configuration entry for right-on-hold feedback
i like that - nice work, guys.
-rw-r--r-- | config.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -139,32 +139,36 @@ config QT_QWS_ALLOW_OVERCLOCK | |||
139 | default n | 139 | default n |
140 | 140 | ||
141 | config USE_FILE_NOTIFICATION | 141 | config 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 | ||
145 | config OPIE_NEW_ALLOC | 145 | config 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 | ||
150 | config OPIE_TASKBAR_LOCK_KEY_STATE | 150 | config 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 | ||
155 | config LIBQPE_WITHROHFEEDBACK | ||
156 | boolean "Build libqpe with Right-On-Hold feedback" | ||
157 | default y | ||
158 | |||
155 | config OPIE_NO_SOUND_PCM_READ_BITS | 159 | config 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 |
159 | endmenu | 163 | endmenu |
160 | 164 | ||
161 | menu "Dependencies" | 165 | menu "Dependencies" |
162 | source dependencies.in | 166 | source dependencies.in |
163 | endmenu | 167 | endmenu |
164 | 168 | ||
165 | menu "Base" | 169 | menu "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 |