author | mickeyl <mickeyl> | 2004-03-02 17:46:44 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-03-02 17:46:44 (UTC) |
commit | cf2aba4f42477981ffb66339fb2d8878e3f19d66 (patch) (unidiff) | |
tree | 66df92e8aaa1583bbae283c69fc618304ebb2a95 | |
parent | 178615d5e553b0991584aa69a035164ad4e9f34e (diff) | |
download | opie-cf2aba4f42477981ffb66339fb2d8878e3f19d66.zip opie-cf2aba4f42477981ffb66339fb2d8878e3f19d66.tar.gz opie-cf2aba4f42477981ffb66339fb2d8878e3f19d66.tar.bz2 |
enable chosing libslcompat
-rw-r--r-- | config.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -109,145 +109,146 @@ config OPIE_SOUND_FRAGMENT_SHIFT | |||
109 | string "The sound fragment used in Opie Player I" | 109 | string "The sound fragment used in Opie Player I" |
110 | default "14" if TARGET_IPAQ | 110 | default "14" if TARGET_IPAQ |
111 | default "16" if (!TARGET_IPAQ) | 111 | default "16" if (!TARGET_IPAQ) |
112 | 112 | ||
113 | config USE_REALTIME_AUDIO_THREAD | 113 | config USE_REALTIME_AUDIO_THREAD |
114 | boolean "Use a realtime thread in Opie Player I" | 114 | boolean "Use a realtime thread in Opie Player I" |
115 | default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP | 115 | default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP |
116 | default n | 116 | default n |
117 | 117 | ||
118 | config QT_QWS_ALLOW_OVERCLOCK | 118 | config 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 | ||
123 | config OPIE_HIGH_RES_SMALL_PHY | 123 | config 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 | ||
128 | config OPIE_NEW_ALLOC | 128 | config 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 | ||
133 | config OPIE_NO_SOUND_PCM_READ_BITS | 133 | config 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 | ||
138 | config OPIE_WE_VERSION | 138 | config 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 TAGET_X86 |
142 | 142 | ||
143 | endmenu | 143 | endmenu |
144 | 144 | ||
145 | menu "Base" | 145 | menu "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 | source core/opie-login/config.in | 153 | source core/opie-login/config.in |
154 | source core/opiealarm/config.in | 154 | source core/opiealarm/config.in |
155 | source core/tools/quicklauncher/config.in | 155 | source core/tools/quicklauncher/config.in |
156 | source core/launcher/config.in | 156 | source core/launcher/config.in |
157 | source core/qws/config.in | 157 | source core/qws/config.in |
158 | endmenu | 158 | endmenu |
159 | 159 | ||
160 | comment "" | 160 | comment "" |
161 | 161 | ||
162 | menu "Applets" | 162 | menu "Applets" |
163 | source core/applets/config.in | 163 | source core/applets/config.in |
164 | source noncore/applets/config.in | 164 | source noncore/applets/config.in |
165 | endmenu | 165 | endmenu |
166 | 166 | ||
167 | menu "Apps" | 167 | menu "Apps" |
168 | source core/apps/config.in | 168 | source core/apps/config.in |
169 | source noncore/apps/config.in | 169 | source noncore/apps/config.in |
170 | endmenu | 170 | endmenu |
171 | 171 | ||
172 | menu "Communications and Networking" | 172 | menu "Communications and Networking" |
173 | source noncore/comm/config.in | 173 | source noncore/comm/config.in |
174 | source noncore/net/config.in | 174 | source noncore/net/config.in |
175 | endmenu | 175 | endmenu |
176 | 176 | ||
177 | menu "Games" | 177 | menu "Games" |
178 | source noncore/games/config.in | 178 | source noncore/games/config.in |
179 | endmenu | 179 | endmenu |
180 | 180 | ||
181 | menu "Graphics and Multimedia" | 181 | menu "Graphics and Multimedia" |
182 | source freetype/config.in | 182 | source freetype/config.in |
183 | source noncore/graphics/config.in | 183 | source noncore/graphics/config.in |
184 | source core/multimedia/config.in | 184 | source core/multimedia/config.in |
185 | source noncore/multimedia/config.in | 185 | source noncore/multimedia/config.in |
186 | endmenu | 186 | endmenu |
187 | 187 | ||
188 | menu "Input methods" | 188 | menu "Input methods" |
189 | source inputmethods/config.in | 189 | source inputmethods/config.in |
190 | endmenu | 190 | endmenu |
191 | 191 | ||
192 | menu "Pim" | 192 | menu "Pim" |
193 | source core/pim/config.in | 193 | source core/pim/config.in |
194 | menu "Today Plugins" | 194 | menu "Today Plugins" |
195 | source noncore/todayplugins/config.in | 195 | source noncore/todayplugins/config.in |
196 | source core/pim/today/plugins/config.in | 196 | source core/pim/today/plugins/config.in |
197 | endmenu | 197 | endmenu |
198 | endmenu | 198 | endmenu |
199 | 199 | ||
200 | menu "Settings" | 200 | menu "Settings" |
201 | source core/settings/config.in | 201 | source core/settings/config.in |
202 | source noncore/settings/config.in | 202 | source noncore/settings/config.in |
203 | endmenu | 203 | endmenu |
204 | 204 | ||
205 | menu "Theming" | 205 | menu "Theming" |
206 | source noncore/decorations/config.in | 206 | source noncore/decorations/config.in |
207 | source noncore/styles/config.in | 207 | source noncore/styles/config.in |
208 | endmenu | 208 | endmenu |
209 | 209 | ||
210 | menu "Tools" | 210 | menu "Tools" |
211 | source noncore/tools/config.in | 211 | source noncore/tools/config.in |
212 | endmenu | 212 | endmenu |
213 | 213 | ||
214 | menu "Development" | 214 | menu "Development" |
215 | source development/keyview/config.in | 215 | source development/keyview/config.in |
216 | #source development/debugviewer/config.in | 216 | #source development/debugviewer/config.in |
217 | endmenu | 217 | endmenu |
218 | 218 | ||
219 | menu "Examples" | 219 | menu "Examples" |
220 | config EXAMPLES | 220 | config EXAMPLES |
221 | boolean "Compile Example Application" | 221 | boolean "Compile Example Application" |
222 | source examples/config.in | 222 | source examples/config.in |
223 | endmenu | 223 | endmenu |
224 | 224 | ||
225 | comment "" | 225 | comment "" |
226 | 226 | ||
227 | menu "Unsupported / Unmaintained" | 227 | menu "Unsupported / Unmaintained" |
228 | source noncore/unsupported/config.in | 228 | source noncore/unsupported/config.in |
229 | endmenu | 229 | endmenu |
230 | 230 | ||
231 | comment "" | 231 | comment "" |
232 | depends on EXPERIMENTAL | 232 | depends on EXPERIMENTAL |
233 | menu "Experimental" | 233 | menu "Experimental" |
234 | depends on EXPERIMENTAL | 234 | depends on EXPERIMENTAL |
235 | source libopie2/config.in | 235 | source libopie2/config.in |
236 | source libqtaux/config.in | 236 | source libqtaux/config.in |
237 | source libslcompat/config.in | ||
237 | 238 | ||
238 | config SQL_PIM_BACKEND | 239 | config SQL_PIM_BACKEND |
239 | bool "Add SQL-Backend support" | 240 | bool "Add SQL-Backend support" |
240 | default n | 241 | default n |
241 | help | 242 | help |
242 | This adds the SQL-Support, using SQLite. Which database is used | 243 | This adds the SQL-Support, using SQLite. Which database is used |
243 | by the backends is defined by the file "pimaccess.conf" in the | 244 | by the backends is defined by the file "pimaccess.conf" in the |
244 | directory "Settings". | 245 | directory "Settings". |
245 | There currently do exist to groups "[contact]" and "[todo]". You can | 246 | There currently do exist to groups "[contact]" and "[todo]". You can |
246 | select the used backend by the variable "usebackend=<type>", where | 247 | select the used backend by the variable "usebackend=<type>", where |
247 | <type> is "sql" or "xml". "xml" is the default ! | 248 | <type> is "sql" or "xml". "xml" is the default ! |
248 | Important: The SQLite-library "libsqlite.so" must be installed ! | 249 | Important: The SQLite-library "libsqlite.so" must be installed ! |
249 | depends ( LIBOPIE2DB ) | 250 | depends ( LIBOPIE2DB ) |
250 | 251 | ||
251 | comment "SQL-Support needs libopie2db!" | 252 | comment "SQL-Support needs libopie2db!" |
252 | depends !( LIBOPIE2DB ) | 253 | depends !( LIBOPIE2DB ) |
253 | endmenu | 254 | endmenu |