summaryrefslogtreecommitdiff
path: root/config.in
authormickeyl <mickeyl>2004-03-26 23:01:47 (UTC)
committer mickeyl <mickeyl>2004-03-26 23:01:47 (UTC)
commite8e8033dfd17bee04782866c1b84bb558fd91d74 (patch) (unidiff)
treef6a7af5007de7e2bdbd4b453bb4e0868c17cdc85 /config.in
parentdbd543660350e58b7d975e884439b0fbe314ef28 (diff)
downloadopie-e8e8033dfd17bee04782866c1b84bb558fd91d74.zip
opie-e8e8033dfd17bee04782866c1b84bb558fd91d74.tar.gz
opie-e8e8033dfd17bee04782866c1b84bb558fd91d74.tar.bz2
typo
Diffstat (limited to 'config.in') (more/less context) (ignore whitespace changes)
-rw-r--r--config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.in b/config.in
index 2be4697..ba92955 100644
--- a/config.in
+++ b/config.in
@@ -117,49 +117,49 @@ config USE_REALTIME_AUDIO_THREAD
117 117
118config QT_QWS_ALLOW_OVERCLOCK 118config QT_QWS_ALLOW_OVERCLOCK
119 boolean "Allow the user to overclock the device" 119 boolean "Allow the user to overclock the device"
120 depends TARGET_RAMSES 120 depends TARGET_RAMSES
121 default n 121 default n
122 122
123config OPIE_HIGH_RES_SMALL_PHY 123config OPIE_HIGH_RES_SMALL_PHY
124 boolean "Resolution is bigger than physical screen" 124 boolean "Resolution is bigger than physical screen"
125 default y if TARGET_C700 125 default y if TARGET_C700
126 default n 126 default n
127 127
128config OPIE_NEW_ALLOC 128config OPIE_NEW_ALLOC
129 boolean "Use malloc and free for the implementation" 129 boolean "Use malloc and free for the implementation"
130 default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP 130 default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP
131 default n 131 default n
132 132
133config OPIE_NO_SOUND_PCM_READ_BITS 133config OPIE_NO_SOUND_PCM_READ_BITS
134 boolean "There is not a pcm_read_bits io control" 134 boolean "There is not a pcm_read_bits io control"
135 default y if TARGET_SHARP 135 default y if TARGET_SHARP
136 default n 136 default n
137 137
138config OPIE_WE_VERSION 138config OPIE_WE_VERSION
139 string "The wireless extension (WE) version to build against" 139 string "The wireless extension (WE) version to build against"
140 default "15" if ! TARGET_X86 140 default "15" if ! TARGET_X86
141 default "16" if TAGET_X86 141 default "16" if TARGET_X86
142 142
143endmenu 143endmenu
144 144
145menu "Base" 145menu "Base"
146 choice 146 choice
147 prompt "Qpe Library Selection" 147 prompt "Qpe Library Selection"
148 default LIBQPE 148 default LIBQPE
149 source library/config.in 149 source library/config.in
150 source x11/config.in 150 source x11/config.in
151 endchoice 151 endchoice
152 source libopie/config.in 152 source libopie/config.in
153 153
154 source libopie2/config.in 154 source libopie2/config.in
155 source libqtaux/config.in 155 source libqtaux/config.in
156 156
157 source core/opie-login/config.in 157 source core/opie-login/config.in
158 source core/opiealarm/config.in 158 source core/opiealarm/config.in
159 source core/tools/quicklauncher/config.in 159 source core/tools/quicklauncher/config.in
160 source core/launcher/config.in 160 source core/launcher/config.in
161 source core/symlinker/config.in 161 source core/symlinker/config.in
162endmenu 162endmenu
163 163
164comment "" 164comment ""
165 165