summaryrefslogtreecommitdiff
authorzecke <zecke>2005-02-26 12:19:26 (UTC)
committer zecke <zecke>2005-02-26 12:19:26 (UTC)
commitcfca93daadf9c0c6c41a4f1eed26dcac318056f1 (patch) (unidiff)
treec66362d9ceaabebf064ec963670d293d40093771
parent2e32fb035b4e8ed29e5522ed081c75df1fd74f40 (diff)
downloadopie-cfca93daadf9c0c6c41a4f1eed26dcac318056f1.zip
opie-cfca93daadf9c0c6c41a4f1eed26dcac318056f1.tar.gz
opie-cfca93daadf9c0c6c41a4f1eed26dcac318056f1.tar.bz2
Do build with inline images by default because we don't want
force people to cp pics/inline/*.png pics on their x86 builds
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.in b/config.in
index 228e682..69dbfe5 100644
--- a/config.in
+++ b/config.in
@@ -169,13 +169,13 @@ config OPIE_TASKBAR_LOCK_KEY_STATE
169config LIBQPE_WITHROHFEEDBACK 169config 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
173config LIBQPE_NO_INLINE_IMAGES 173config 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
177config OPIE_NO_SOUND_PCM_READ_BITS 177config 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
181endmenu 181endmenu