author | mickeyl <mickeyl> | 2003-12-25 22:45:10 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-12-25 22:45:10 (UTC) |
commit | c142d7975c14cf21a710bc855285938b020ace1f (patch) (unidiff) | |
tree | c0b5c725c332a09b58ecbcdb850068e3bd416016 | |
parent | cc7125330e8c797b22d8f9fc450357a59e7e1be3 (diff) | |
download | opie-c142d7975c14cf21a710bc855285938b020ace1f.zip opie-c142d7975c14cf21a710bc855285938b020ace1f.tar.gz opie-c142d7975c14cf21a710bc855285938b020ace1f.tar.bz2 |
better not source the unsupported configs one-by-one in the top-level config.in
-rw-r--r-- | config.in | 4 | ||||
-rw-r--r-- | noncore/unsupported/config.in | 5 |
2 files changed, 6 insertions, 3 deletions
@@ -28,219 +28,217 @@ choice | |||
28 | boolean "SIMpad" | 28 | boolean "SIMpad" |
29 | 29 | ||
30 | config TARGET_YOPY | 30 | config TARGET_YOPY |
31 | boolean "Yopy 3500/3700" | 31 | boolean "Yopy 3500/3700" |
32 | 32 | ||
33 | endchoice | 33 | endchoice |
34 | 34 | ||
35 | config OPTIMIZE | 35 | config OPTIMIZE |
36 | boolean "Use optimizations" | 36 | boolean "Use optimizations" |
37 | default "y" if ! TARGET_X86 | 37 | default "y" if ! TARGET_X86 |
38 | 38 | ||
39 | config DEBUG | 39 | config DEBUG |
40 | boolean "Enable debug builds" | 40 | boolean "Enable debug builds" |
41 | default n | 41 | default n |
42 | config RELEASE | 42 | config RELEASE |
43 | bool | 43 | bool |
44 | default y | 44 | default y |
45 | depends !DEBUG | 45 | depends !DEBUG |
46 | 46 | ||
47 | config QUICK_LAUNCH | 47 | config QUICK_LAUNCH |
48 | boolean "Enable Quick Launch" | 48 | boolean "Enable Quick Launch" |
49 | default n | 49 | default n |
50 | 50 | ||
51 | 51 | ||
52 | config SPECFILE | 52 | config SPECFILE |
53 | string | 53 | string |
54 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) | 54 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) |
55 | default "linux-g++" if TARGET_X86 && X11 | 55 | default "linux-g++" if TARGET_X86 && X11 |
56 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) | 56 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) |
57 | default "linux-g++" if TARGET_SHARP && X11 | 57 | default "linux-g++" if TARGET_SHARP && X11 |
58 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) | 58 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) |
59 | default "linux-g++" if TARGET_IPAQ && X11 | 59 | default "linux-g++" if TARGET_IPAQ && X11 |
60 | default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) | 60 | default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) |
61 | default "linux-g++" if TARGET_RAMSES && X11 | 61 | default "linux-g++" if TARGET_RAMSES && X11 |
62 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) | 62 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) |
63 | default "linux-g++" if TARGET_SIMPAD && X11 | 63 | default "linux-g++" if TARGET_SIMPAD && X11 |
64 | default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11) | 64 | default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11) |
65 | default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11) | 65 | default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11) |
66 | 66 | ||
67 | config CUSTOMFILE | 67 | config CUSTOMFILE |
68 | string | 68 | string |
69 | default "custom-ipaq.h" if TARGET_IPAQ | 69 | default "custom-ipaq.h" if TARGET_IPAQ |
70 | default "custom-sharp.h" if TARGET_SHARP | 70 | default "custom-sharp.h" if TARGET_SHARP |
71 | default "custom-ramses.h" if TARGET_RAMSES | 71 | default "custom-ramses.h" if TARGET_RAMSES |
72 | default "custom-ipaq.h" if TARGET_SIMPAD | 72 | default "custom-ipaq.h" if TARGET_SIMPAD |
73 | default "custom-yopy.h" if TARGET_YOPY | 73 | default "custom-yopy.h" if TARGET_YOPY |
74 | 74 | ||
75 | config OPTIMIZATIONS | 75 | config OPTIMIZATIONS |
76 | string "Optimization flags" | 76 | string "Optimization flags" |
77 | depends OPTIMIZE | 77 | depends OPTIMIZE |
78 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ | 78 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ |
79 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY | 79 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY |
80 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP | 80 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP |
81 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES | 81 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES |
82 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD | 82 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD |
83 | 83 | ||
84 | config EXPERIMENTAL | 84 | config EXPERIMENTAL |
85 | bool "Prompt for development and/or incomplete items" | 85 | bool "Prompt for development and/or incomplete items" |
86 | default y | 86 | default y |
87 | 87 | ||
88 | endmenu | 88 | endmenu |
89 | 89 | ||
90 | menu "Opie Compile Configs" | 90 | menu "Opie Compile Configs" |
91 | config OPIE_NO_OVERRIDE_QT | 91 | config OPIE_NO_OVERRIDE_QT |
92 | boolean "Build Opie against an unpatched version of Qt" | 92 | boolean "Build Opie against an unpatched version of Qt" |
93 | default n | 93 | default n |
94 | 94 | ||
95 | 95 | ||
96 | config OPIE_NO_BUILTIN_SHUTDOWN | 96 | config OPIE_NO_BUILTIN_SHUTDOWN |
97 | boolean "Disable the built in shutdown application" | 97 | boolean "Disable the built in shutdown application" |
98 | default n | 98 | default n |
99 | 99 | ||
100 | config OPIE_NO_BUILTIN_CALIBRATE | 100 | config OPIE_NO_BUILTIN_CALIBRATE |
101 | boolean "Disable the built in calibrate application" | 101 | boolean "Disable the built in calibrate application" |
102 | default y if TARGET_YOPY | 102 | default y if TARGET_YOPY |
103 | default n | 103 | default n |
104 | 104 | ||
105 | config OPIE_SOUND_FRAGMENT_SHIFT | 105 | config OPIE_SOUND_FRAGMENT_SHIFT |
106 | string "The sound fragment used in Opie Player I" | 106 | string "The sound fragment used in Opie Player I" |
107 | default "14" if TARGET_IPAQ | 107 | default "14" if TARGET_IPAQ |
108 | default "16" if (!TARGET_IPAQ) | 108 | default "16" if (!TARGET_IPAQ) |
109 | 109 | ||
110 | config USE_REALTIME_AUDIO_THREAD | 110 | config USE_REALTIME_AUDIO_THREAD |
111 | boolean "Use a realtime thread in Opie Player I" | 111 | boolean "Use a realtime thread in Opie Player I" |
112 | default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP | 112 | default y if TARGET_IPAQ || TARGET_SIMPAD || TARGET_RAMSES || TARGET_SHARP |
113 | default n | 113 | default n |
114 | 114 | ||
115 | config QT_QWS_ALLOW_OVERCLOCK | 115 | config QT_QWS_ALLOW_OVERCLOCK |
116 | boolean "Allow the user to overclock the device" | 116 | boolean "Allow the user to overclock the device" |
117 | depends TARGET_RAMSES | 117 | depends TARGET_RAMSES |
118 | default n | 118 | default n |
119 | 119 | ||
120 | config OPIE_HIGH_RES_SMALL_PHY | 120 | config OPIE_HIGH_RES_SMALL_PHY |
121 | boolean "Resolution is bigger than physical scrren" | 121 | boolean "Resolution is bigger than physical scrren" |
122 | default y if TARGET_C700 | 122 | default y if TARGET_C700 |
123 | default n | 123 | default n |
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/filebrowser/config.in | 220 | source noncore/unsupported/config.in |
221 | source noncore/unsupported/oipkg/config.in | ||
222 | source noncore/unsupported/qpdf/config.in | ||
223 | endmenu | 221 | endmenu |
224 | 222 | ||
225 | comment "" | 223 | comment "" |
226 | depends on EXPERIMENTAL | 224 | depends on EXPERIMENTAL |
227 | menu "Experimental" | 225 | menu "Experimental" |
228 | depends on EXPERIMENTAL | 226 | depends on EXPERIMENTAL |
229 | source libopie2/config.in | 227 | source libopie2/config.in |
230 | 228 | ||
231 | config SQL_PIM_BACKEND | 229 | config SQL_PIM_BACKEND |
232 | bool "Add SQL-Backend support (experimental)" | 230 | bool "Add SQL-Backend support (experimental)" |
233 | default n | 231 | default n |
234 | help | 232 | help |
235 | This adds the SQL-Support, using SQLite. Which database is used | 233 | This adds the SQL-Support, using SQLite. Which database is used |
236 | by the backends is defined by the file "pimaccess.conf" in the | 234 | by the backends is defined by the file "pimaccess.conf" in the |
237 | directory "Settings". | 235 | directory "Settings". |
238 | There currently do exist to groups "[contact]" and "[todo]". You can | 236 | There currently do exist to groups "[contact]" and "[todo]". You can |
239 | select the used backend by the variable "usebackend=<type>", where | 237 | select the used backend by the variable "usebackend=<type>", where |
240 | <type> is "sql" or "xml". "xml" is the default ! | 238 | <type> is "sql" or "xml". "xml" is the default ! |
241 | Important: The SQLite-library "libsqlite.so" must be installed ! | 239 | Important: The SQLite-library "libsqlite.so" must be installed ! |
242 | depends ( LIBOPIE2DB ) | 240 | depends ( LIBOPIE2DB ) |
243 | 241 | ||
244 | comment "SQL-Support needs libopie2db!" | 242 | comment "SQL-Support needs libopie2db!" |
245 | depends !( LIBOPIE2DB ) | 243 | depends !( LIBOPIE2DB ) |
246 | endmenu | 244 | endmenu |
diff --git a/noncore/unsupported/config.in b/noncore/unsupported/config.in new file mode 100644 index 0000000..c440617 --- a/dev/null +++ b/noncore/unsupported/config.in | |||
@@ -0,0 +1,5 @@ | |||
1 | source noncore/unsupported/filebrowser/config.in | ||
2 | source noncore/unsupported/gsmtool/config.in | ||
3 | source noncore/unsupported/mail2/config.in | ||
4 | source noncore/unsupported/oipkg/config.in | ||
5 | source noncore/unsupported/qpdf/config.in | ||