author | treke <treke> | 2003-12-09 03:22:10 (UTC) |
---|---|---|
committer | treke <treke> | 2003-12-09 03:22:10 (UTC) |
commit | 0526dfbd3053dd89706f615e2549adfea8b87553 (patch) (unidiff) | |
tree | 8e40571a54940bd51809d0d3c2da4f2bbee54a45 /config.in | |
parent | b3fe63b45c7c7dd1d77a9c3a12bb42ce6561bb5a (diff) | |
download | opie-0526dfbd3053dd89706f615e2549adfea8b87553.zip opie-0526dfbd3053dd89706f615e2549adfea8b87553.tar.gz opie-0526dfbd3053dd89706f615e2549adfea8b87553.tar.bz2 |
Fixing the build.
-rw-r--r-- | config.in | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -124,125 +124,123 @@ config OPIE_HIGH_RES_SMALL_PHY | |||
124 | 124 | ||
125 | config OPIE_NEW_ALLOC | 125 | config OPIE_NEW_ALLOC |
126 | boolean "Use malloc and free for the implementation" | 126 | boolean "Use malloc and free for the implementation" |
127 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP | 127 | default y if TARGET_RAMSES || TARGET_IPAQ || TARGET_SIMPAD || TARGET_SHARP |
128 | default n | 128 | default n |
129 | 129 | ||
130 | config OPIE_NO_SOUND_PCM_READ_BITS | 130 | config OPIE_NO_SOUND_PCM_READ_BITS |
131 | boolean "there is not a pcm_read_bits io control" | 131 | boolean "there is not a pcm_read_bits io control" |
132 | default y if TARGET_SHARP | 132 | default y if TARGET_SHARP |
133 | default n | 133 | default n |
134 | 134 | ||
135 | endmenu | 135 | endmenu |
136 | 136 | ||
137 | menu "Base" | 137 | menu "Base" |
138 | choice | 138 | choice |
139 | prompt "Qpe Library Selection" | 139 | prompt "Qpe Library Selection" |
140 | default LIBQPE | 140 | default LIBQPE |
141 | source library/config.in | 141 | source library/config.in |
142 | source x11/config.in | 142 | source x11/config.in |
143 | endchoice | 143 | endchoice |
144 | source libopie/config.in | 144 | source libopie/config.in |
145 | source core/opie-login/config.in | 145 | source core/opie-login/config.in |
146 | source core/opiealarm/config.in | 146 | source core/opiealarm/config.in |
147 | source core/tools/quicklauncher/config.in | 147 | source core/tools/quicklauncher/config.in |
148 | source core/launcher/config.in | 148 | source core/launcher/config.in |
149 | source core/qws/config.in | 149 | source core/qws/config.in |
150 | endmenu | 150 | endmenu |
151 | 151 | ||
152 | comment "" | 152 | comment "" |
153 | 153 | ||
154 | menu "Applets" | 154 | menu "Applets" |
155 | source core/applets/config.in | 155 | source core/applets/config.in |
156 | source noncore/applets/config.in | 156 | source noncore/applets/config.in |
157 | endmenu | 157 | endmenu |
158 | 158 | ||
159 | menu "Apps" | 159 | menu "Apps" |
160 | source core/apps/config.in | 160 | source core/apps/config.in |
161 | source noncore/apps/config.in | 161 | source noncore/apps/config.in |
162 | endmenu | 162 | endmenu |
163 | 163 | ||
164 | menu "Communications and Networking" | 164 | menu "Communications and Networking" |
165 | source noncore/comm/config.in | 165 | source noncore/comm/config.in |
166 | source noncore/net/config.in | 166 | source noncore/net/config.in |
167 | endmenu | 167 | endmenu |
168 | 168 | ||
169 | menu "Games" | 169 | menu "Games" |
170 | source noncore/games/config.in | 170 | source noncore/games/config.in |
171 | endmenu | 171 | endmenu |
172 | 172 | ||
173 | menu "Graphics and Multimedia" | 173 | menu "Graphics and Multimedia" |
174 | source freetype/config.in | 174 | source freetype/config.in |
175 | source noncore/graphics/config.in | 175 | source noncore/graphics/config.in |
176 | source core/multimedia/config.in | 176 | source core/multimedia/config.in |
177 | source noncore/multimedia/config.in | 177 | source noncore/multimedia/config.in |
178 | endmenu | 178 | endmenu |
179 | 179 | ||
180 | menu "Input methods" | 180 | menu "Input methods" |
181 | source inputmethods/config.in | 181 | source inputmethods/config.in |
182 | endmenu | 182 | endmenu |
183 | 183 | ||
184 | menu "Pim" | 184 | menu "Pim" |
185 | source core/pim/config.in | 185 | source core/pim/config.in |
186 | menu "Today Plugins" | 186 | menu "Today Plugins" |
187 | source noncore/todayplugins/config.in | 187 | source noncore/todayplugins/config.in |
188 | source core/pim/today/plugins/config.in | 188 | source core/pim/today/plugins/config.in |
189 | endmenu | 189 | endmenu |
190 | endmenu | 190 | endmenu |
191 | 191 | ||
192 | menu "Settings" | 192 | menu "Settings" |
193 | source core/settings/config.in | 193 | source core/settings/config.in |
194 | source noncore/settings/config.in | 194 | source noncore/settings/config.in |
195 | endmenu | 195 | endmenu |
196 | 196 | ||
197 | menu "Theming" | 197 | menu "Theming" |
198 | source noncore/decorations/config.in | 198 | source noncore/decorations/config.in |
199 | source noncore/styles/config.in | 199 | source noncore/styles/config.in |
200 | endmenu | 200 | endmenu |
201 | 201 | ||
202 | menu "Tools" | 202 | menu "Tools" |
203 | source noncore/tools/config.in | 203 | source noncore/tools/config.in |
204 | endmenu | 204 | endmenu |
205 | 205 | ||
206 | menu "Development" | 206 | menu "Development" |
207 | source development/keyview/config.in | 207 | source development/keyview/config.in |
208 | #source development/debugviewer/config.in | 208 | #source development/debugviewer/config.in |
209 | endmenu | 209 | endmenu |
210 | 210 | ||
211 | menu "Examples" | 211 | menu "Examples" |
212 | config EXAMPLES | 212 | config EXAMPLES |
213 | boolean "Compile Example Application" | 213 | boolean "Compile Example Application" |
214 | source examples/config.in | 214 | source examples/config.in |
215 | endmenu | 215 | endmenu |
216 | 216 | ||
217 | comment "" | 217 | comment "" |
218 | 218 | ||
219 | menu "Unsupported / Unmaintained" | 219 | menu "Unsupported / Unmaintained" |
220 | source noncore/unsupported/mail2/config.in | ||
221 | source noncore/unsupported/filebrowser/config.in | 220 | source noncore/unsupported/filebrowser/config.in |
222 | source noncore/unsupported/oipkg/config.in | 221 | source noncore/unsupported/oipkg/config.in |
223 | source noncore/unsupported/qpdf/config.in | 222 | source noncore/unsupported/qpdf/config.in |
224 | source noncore/unsupported/gsmtool/config.in | ||
225 | endmenu | 223 | endmenu |
226 | 224 | ||
227 | comment "" | 225 | comment "" |
228 | depends on EXPERIMENTAL | 226 | depends on EXPERIMENTAL |
229 | menu "Experimental" | 227 | menu "Experimental" |
230 | depends on EXPERIMENTAL | 228 | depends on EXPERIMENTAL |
231 | source libopie2/config.in | 229 | source libopie2/config.in |
232 | 230 | ||
233 | config SQL_PIM_BACKEND | 231 | config SQL_PIM_BACKEND |
234 | bool "Add SQL-Backend support (experimental)" | 232 | bool "Add SQL-Backend support (experimental)" |
235 | default n | 233 | default n |
236 | help | 234 | help |
237 | This adds the SQL-Support, using SQLite. Which database is used | 235 | This adds the SQL-Support, using SQLite. Which database is used |
238 | by the backends is defined by the file "pimaccess.conf" in the | 236 | by the backends is defined by the file "pimaccess.conf" in the |
239 | directory "Settings". | 237 | directory "Settings". |
240 | There currently do exist to groups "[contact]" and "[todo]". You can | 238 | There currently do exist to groups "[contact]" and "[todo]". You can |
241 | select the used backend by the variable "usebackend=<type>", where | 239 | select the used backend by the variable "usebackend=<type>", where |
242 | <type> is "sql" or "xml". "xml" is the default ! | 240 | <type> is "sql" or "xml". "xml" is the default ! |
243 | Important: The SQLite-library "libsqlite.so" must be installed ! | 241 | Important: The SQLite-library "libsqlite.so" must be installed ! |
244 | depends ( LIBOPIE2DB ) | 242 | depends ( LIBOPIE2DB ) |
245 | 243 | ||
246 | comment "SQL-Support needs libopie2db!" | 244 | comment "SQL-Support needs libopie2db!" |
247 | depends !( LIBOPIE2DB ) | 245 | depends !( LIBOPIE2DB ) |
248 | endmenu | 246 | endmenu |