author | zecke <zecke> | 2005-02-26 12:19:26 (UTC) |
---|---|---|
committer | zecke <zecke> | 2005-02-26 12:19:26 (UTC) |
commit | cfca93daadf9c0c6c41a4f1eed26dcac318056f1 (patch) (side-by-side diff) | |
tree | c66362d9ceaabebf064ec963670d293d40093771 | |
parent | 2e32fb035b4e8ed29e5522ed081c75df1fd74f40 (diff) | |
download | opie-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
-rw-r--r-- | config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,33 +159,33 @@ config USE_FILE_NOTIFICATION config OPIE_NEW_ALLOC boolean "Use malloc and free for the implementation" default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP default n if ! (TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP) config OPIE_TASKBAR_LOCK_KEY_STATE boolean "Have a KeyLock state indicator on the taskbar" default y if TARGET_SHARP default n if !TARGET_SHARP config LIBQPE_WITHROHFEEDBACK boolean "Build libqpe with Right-On-Hold feedback" default y config LIBQPE_NO_INLINE_IMAGES boolean "Build libqpe without inline images" - default y + default n config OPIE_NO_SOUND_PCM_READ_BITS boolean "There is not a pcm_read_bits io control" default y if TARGET_SHARP default n if ! TARGET_SHARP endmenu menu "Dependencies" source dependencies.in endmenu menu "Base" choice prompt "Qpe Library Selection" default LIBQPE source library/config.in |