Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/config.in b/config.in index 228e682..69dbfe5 100644 --- a/ config.in+++ b/ config.in |
|
@@ -167,17 +167,17 @@ config OPIE_TASKBAR_LOCK_KEY_STATE |
167 | default n if !TARGET_SHARP |
167 | default n if !TARGET_SHARP |
168 | |
168 | |
169 | config LIBQPE_WITHROHFEEDBACK |
169 | config LIBQPE_WITHROHFEEDBACK |
170 | boolean "Build libqpe with Right-On-Hold feedback" |
170 | boolean "Build libqpe with Right-On-Hold feedback" |
171 | default y |
171 | default y |
172 | |
172 | |
173 | config LIBQPE_NO_INLINE_IMAGES |
173 | config LIBQPE_NO_INLINE_IMAGES |
174 | boolean "Build libqpe without inline images" |
174 | boolean "Build libqpe without inline images" |
175 | default y |
175 | default n |
176 | |
176 | |
177 | config OPIE_NO_SOUND_PCM_READ_BITS |
177 | config OPIE_NO_SOUND_PCM_READ_BITS |
178 | boolean "There is not a pcm_read_bits io control" |
178 | boolean "There is not a pcm_read_bits io control" |
179 | default y if TARGET_SHARP |
179 | default y if TARGET_SHARP |
180 | default n if ! TARGET_SHARP |
180 | default n if ! TARGET_SHARP |
181 | endmenu |
181 | endmenu |
182 | |
182 | |
183 | menu "Dependencies" |
183 | menu "Dependencies" |
|