author | wimpie <wimpie> | 2004-04-07 00:17:13 (UTC) |
---|---|---|
committer | wimpie <wimpie> | 2004-04-07 00:17:13 (UTC) |
commit | 01097505fd464cd18ae0f0b0394570b9ca9eec05 (patch) (unidiff) | |
tree | 15c8321fd37b1cd533ac8021ad3ea40b22fd9469 | |
parent | b93d9e0c4384be0a6f40be257ba791004388400b (diff) | |
download | opie-01097505fd464cd18ae0f0b0394570b9ca9eec05.zip opie-01097505fd464cd18ae0f0b0394570b9ca9eec05.tar.gz opie-01097505fd464cd18ae0f0b0394570b9ca9eec05.tar.bz2 |
Forget a quote
-rw-r--r-- | config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,33 +128,33 @@ config QT_QWS_ALLOW_OVERCLOCK | |||
128 | config OPIE_HIGH_RES_SMALL_PHY | 128 | config OPIE_HIGH_RES_SMALL_PHY |
129 | boolean "Resolution is bigger than physical screen" | 129 | boolean "Resolution is bigger than physical screen" |
130 | default y if TARGET_C700 | 130 | default y if TARGET_C700 |
131 | default n | 131 | default n |
132 | 132 | ||
133 | config OPIE_NEW_ALLOC | 133 | config OPIE_NEW_ALLOC |
134 | boolean "Use malloc and free for the implementation" | 134 | boolean "Use malloc and free for the implementation" |
135 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP | 135 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP |
136 | default n | 136 | default n |
137 | 137 | ||
138 | config OPIE_NO_SOUND_PCM_READ_BITS | 138 | config OPIE_NO_SOUND_PCM_READ_BITS |
139 | boolean "There is not a pcm_read_bits io control" | 139 | boolean "There is not a pcm_read_bits io control" |
140 | default y if TARGET_SHARP | 140 | default y if TARGET_SHARP |
141 | default n | 141 | default n |
142 | 142 | ||
143 | config OPIE_WE_VERSION_OVERRIDE | 143 | config OPIE_WE_VERSION_OVERRIDE |
144 | boolean "Override autodetection of wireless extension (WE) version | 144 | boolean "Override autodetection of wireless extension (WE) version" |
145 | default n | 145 | default n |
146 | 146 | ||
147 | config OPIE_WE_VERSION | 147 | config OPIE_WE_VERSION |
148 | depends OPIE_WE_VERSION_OVERRIDE | 148 | depends OPIE_WE_VERSION_OVERRIDE |
149 | string "The wireless extension (WE) version to build against" | 149 | string "The wireless extension (WE) version to build against" |
150 | default "15" if ! TARGET_X86 | 150 | default "15" if ! TARGET_X86 |
151 | default "16" if TARGET_X86 | 151 | default "16" if TARGET_X86 |
152 | 152 | ||
153 | endmenu | 153 | endmenu |
154 | 154 | ||
155 | menu "Base" | 155 | menu "Base" |
156 | choice | 156 | choice |
157 | prompt "Qpe Library Selection" | 157 | prompt "Qpe Library Selection" |
158 | default LIBQPE | 158 | default LIBQPE |
159 | source library/config.in | 159 | source library/config.in |
160 | source x11/config.in | 160 | source x11/config.in |