author | mickeyl <mickeyl> | 2003-11-06 14:30:25 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-11-06 14:30:25 (UTC) |
commit | 29bb76c638c81d7aa59b933170c43aa2051b25f4 (patch) (unidiff) | |
tree | e2ce9d125043aee6612e6c930bdef3e38315fe49 | |
parent | 0b55f9efe488141e13bcaf84f5a05dfc69b550ba (diff) | |
download | opie-29bb76c638c81d7aa59b933170c43aa2051b25f4.zip opie-29bb76c638c81d7aa59b933170c43aa2051b25f4.tar.gz opie-29bb76c638c81d7aa59b933170c43aa2051b25f4.tar.bz2 |
bring quicklauncher into the config system
-rw-r--r-- | config.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,194 +1,195 @@ | |||
1 | mainmenu "Opie Configuration" | 1 | mainmenu "Opie Configuration" |
2 | 2 | ||
3 | menu "Build Parameters" | 3 | menu "Build Parameters" |
4 | 4 | ||
5 | choice | 5 | choice |
6 | prompt "Target Machine" | 6 | prompt "Target Machine" |
7 | default TARGET_X86 | 7 | default TARGET_X86 |
8 | help | 8 | help |
9 | Please select the architecture of the machine you will be | 9 | Please select the architecture of the machine you will be |
10 | building the OpenZaurus buildroot for. | 10 | building the OpenZaurus buildroot for. |
11 | 11 | ||
12 | config TARGET_X86 | 12 | config TARGET_X86 |
13 | boolean "Intel X86" | 13 | boolean "Intel X86" |
14 | 14 | ||
15 | config TARGET_MACOSX | 15 | config TARGET_MACOSX |
16 | boolean "Mac OS X (DARWIN)" | 16 | boolean "Mac OS X (DARWIN)" |
17 | 17 | ||
18 | config TARGET_SHARP | 18 | config TARGET_SHARP |
19 | boolean "Sharp Zaurus" | 19 | boolean "Sharp Zaurus" |
20 | 20 | ||
21 | config TARGET_IPAQ | 21 | config TARGET_IPAQ |
22 | boolean "iPAQ" | 22 | boolean "iPAQ" |
23 | 23 | ||
24 | config TARGET_RAMSES | 24 | config TARGET_RAMSES |
25 | boolean "Ramses" | 25 | boolean "Ramses" |
26 | 26 | ||
27 | config TARGET_SIMPAD | 27 | config TARGET_SIMPAD |
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 | config OPIE_NO_OVERRIDE_QT | 51 | config OPIE_NO_OVERRIDE_QT |
52 | boolean "Build Opie against an unpatched version of Qt" | 52 | boolean "Build Opie against an unpatched version of Qt" |
53 | default n | 53 | default n |
54 | 54 | ||
55 | config SPECFILE | 55 | config SPECFILE |
56 | string | 56 | string |
57 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) | 57 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) |
58 | default "linux-g++" if TARGET_X86 && X11 | 58 | default "linux-g++" if TARGET_X86 && X11 |
59 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) | 59 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) |
60 | default "linux-g++" if TARGET_SHARP && X11 | 60 | default "linux-g++" if TARGET_SHARP && X11 |
61 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) | 61 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) |
62 | default "linux-g++" if TARGET_IPAQ && X11 | 62 | default "linux-g++" if TARGET_IPAQ && X11 |
63 | default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) | 63 | default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) |
64 | default "linux-g++" if TARGET_RAMSES && X11 | 64 | default "linux-g++" if TARGET_RAMSES && X11 |
65 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) | 65 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) |
66 | default "linux-g++" if TARGET_SIMPAD && X11 | 66 | default "linux-g++" if TARGET_SIMPAD && X11 |
67 | default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11) | 67 | default "qws/linux-yopy-g++" if TARGET_YOPY && (! X11) |
68 | default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11) | 68 | default "qws/macx-generic-g++" if TARGET_MACOSX && (! X11) |
69 | 69 | ||
70 | config CUSTOMFILE | 70 | config CUSTOMFILE |
71 | string | 71 | string |
72 | default "custom-ipaq.h" if TARGET_IPAQ | 72 | default "custom-ipaq.h" if TARGET_IPAQ |
73 | default "custom-sharp.h" if TARGET_SHARP | 73 | default "custom-sharp.h" if TARGET_SHARP |
74 | default "custom-ramses.h" if TARGET_RAMSES | 74 | default "custom-ramses.h" if TARGET_RAMSES |
75 | default "custom-ipaq.h" if TARGET_SIMPAD | 75 | default "custom-ipaq.h" if TARGET_SIMPAD |
76 | default "custom-yopy.h" if TARGET_YOPY | 76 | default "custom-yopy.h" if TARGET_YOPY |
77 | 77 | ||
78 | config OPTIMIZATIONS | 78 | config OPTIMIZATIONS |
79 | string "Optimization flags" | 79 | string "Optimization flags" |
80 | depends OPTIMIZE | 80 | depends OPTIMIZE |
81 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ | 81 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ |
82 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY | 82 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_YOPY |
83 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP | 83 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP |
84 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES | 84 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES |
85 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD | 85 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD |
86 | 86 | ||
87 | config EXPERIMENTAL | 87 | config EXPERIMENTAL |
88 | bool "Prompt for development and/or incomplete items" | 88 | bool "Prompt for development and/or incomplete items" |
89 | default y | 89 | default y |
90 | 90 | ||
91 | endmenu | 91 | endmenu |
92 | 92 | ||
93 | menu "Base" | 93 | menu "Base" |
94 | choice | 94 | choice |
95 | prompt "Qpe Library Selection" | 95 | prompt "Qpe Library Selection" |
96 | default LIBQPE | 96 | default LIBQPE |
97 | source library/config.in | 97 | source library/config.in |
98 | source x11/config.in | 98 | source x11/config.in |
99 | endchoice | 99 | endchoice |
100 | source libopie/config.in | 100 | source libopie/config.in |
101 | source core/opie-login/config.in | 101 | source core/opie-login/config.in |
102 | source core/opiealarm/config.in | 102 | source core/opiealarm/config.in |
103 | source core/tools/quicklauncher/config.in | ||
103 | source core/launcher/config.in | 104 | source core/launcher/config.in |
104 | source core/qws/config.in | 105 | source core/qws/config.in |
105 | endmenu | 106 | endmenu |
106 | 107 | ||
107 | comment "" | 108 | comment "" |
108 | 109 | ||
109 | menu "Applets" | 110 | menu "Applets" |
110 | source core/applets/config.in | 111 | source core/applets/config.in |
111 | source noncore/applets/config.in | 112 | source noncore/applets/config.in |
112 | endmenu | 113 | endmenu |
113 | 114 | ||
114 | menu "Apps" | 115 | menu "Apps" |
115 | source core/apps/config.in | 116 | source core/apps/config.in |
116 | source noncore/apps/config.in | 117 | source noncore/apps/config.in |
117 | endmenu | 118 | endmenu |
118 | 119 | ||
119 | menu "Communications and Networking" | 120 | menu "Communications and Networking" |
120 | source noncore/comm/config.in | 121 | source noncore/comm/config.in |
121 | source noncore/mail/config.in | 122 | source noncore/mail/config.in |
122 | source noncore/net/config.in | 123 | source noncore/net/config.in |
123 | endmenu | 124 | endmenu |
124 | 125 | ||
125 | menu "Games" | 126 | menu "Games" |
126 | source noncore/games/config.in | 127 | source noncore/games/config.in |
127 | endmenu | 128 | endmenu |
128 | 129 | ||
129 | menu "Graphics and Multimedia" | 130 | menu "Graphics and Multimedia" |
130 | source freetype/config.in | 131 | source freetype/config.in |
131 | source noncore/graphics/config.in | 132 | source noncore/graphics/config.in |
132 | source core/multimedia/config.in | 133 | source core/multimedia/config.in |
133 | source noncore/multimedia/config.in | 134 | source noncore/multimedia/config.in |
134 | endmenu | 135 | endmenu |
135 | 136 | ||
136 | menu "Input methods" | 137 | menu "Input methods" |
137 | source inputmethods/config.in | 138 | source inputmethods/config.in |
138 | endmenu | 139 | endmenu |
139 | 140 | ||
140 | menu "Pim" | 141 | menu "Pim" |
141 | source core/pim/config.in | 142 | source core/pim/config.in |
142 | menu "Today Plugins" | 143 | menu "Today Plugins" |
143 | source noncore/todayplugins/config.in | 144 | source noncore/todayplugins/config.in |
144 | source core/pim/today/plugins/config.in | 145 | source core/pim/today/plugins/config.in |
145 | endmenu | 146 | endmenu |
146 | endmenu | 147 | endmenu |
147 | 148 | ||
148 | menu "Settings" | 149 | menu "Settings" |
149 | source core/settings/config.in | 150 | source core/settings/config.in |
150 | source noncore/settings/config.in | 151 | source noncore/settings/config.in |
151 | endmenu | 152 | endmenu |
152 | 153 | ||
153 | menu "Theming" | 154 | menu "Theming" |
154 | source noncore/decorations/config.in | 155 | source noncore/decorations/config.in |
155 | source noncore/styles/config.in | 156 | source noncore/styles/config.in |
156 | endmenu | 157 | endmenu |
157 | 158 | ||
158 | menu "Tools" | 159 | menu "Tools" |
159 | source noncore/tools/config.in | 160 | source noncore/tools/config.in |
160 | endmenu | 161 | endmenu |
161 | 162 | ||
162 | menu "Development" | 163 | menu "Development" |
163 | source development/keyview/config.in | 164 | source development/keyview/config.in |
164 | #source development/debugviewer/config.in | 165 | #source development/debugviewer/config.in |
165 | endmenu | 166 | endmenu |
166 | 167 | ||
167 | menu "Examples" | 168 | menu "Examples" |
168 | config EXAMPLES | 169 | config EXAMPLES |
169 | boolean "Compile Example Application" | 170 | boolean "Compile Example Application" |
170 | source examples/config.in | 171 | source examples/config.in |
171 | endmenu | 172 | endmenu |
172 | 173 | ||
173 | comment "" | 174 | comment "" |
174 | depends on EXPERIMENTAL | 175 | depends on EXPERIMENTAL |
175 | menu "Experimental" | 176 | menu "Experimental" |
176 | depends on EXPERIMENTAL | 177 | depends on EXPERIMENTAL |
177 | source libopie2/config.in | 178 | source libopie2/config.in |
178 | 179 | ||
179 | config SQL_PIM_BACKEND | 180 | config SQL_PIM_BACKEND |
180 | bool "Add SQL-Backend support (experimental)" | 181 | bool "Add SQL-Backend support (experimental)" |
181 | default n | 182 | default n |
182 | help | 183 | help |
183 | This adds the SQL-Support, using SQLite. Which database is used | 184 | This adds the SQL-Support, using SQLite. Which database is used |
184 | by the backends is defined by the file "pimaccess.conf" in the | 185 | by the backends is defined by the file "pimaccess.conf" in the |
185 | directory "Settings". | 186 | directory "Settings". |
186 | There currently do exist to groups "[contact]" and "[todo]". You can | 187 | There currently do exist to groups "[contact]" and "[todo]". You can |
187 | select the used backend by the variable "usebackend=<type>", where | 188 | select the used backend by the variable "usebackend=<type>", where |
188 | <type> is "sql" or "xml". "xml" is the default ! | 189 | <type> is "sql" or "xml". "xml" is the default ! |
189 | Important: The SQLite-library "libsqlite.so" must be installed ! | 190 | Important: The SQLite-library "libsqlite.so" must be installed ! |
190 | depends ( LIBOPIE2DB ) | 191 | depends ( LIBOPIE2DB ) |
191 | 192 | ||
192 | comment "SQL-Support needs libopie2db!" | 193 | comment "SQL-Support needs libopie2db!" |
193 | depends !( LIBOPIE2DB ) | 194 | depends !( LIBOPIE2DB ) |
194 | endmenu | 195 | endmenu |