author | eilers <eilers> | 2003-09-22 14:33:02 (UTC) |
---|---|---|
committer | eilers <eilers> | 2003-09-22 14:33:02 (UTC) |
commit | fb01f24bf78fa1383b8192b6626cd6c6eb426b66 (patch) (unidiff) | |
tree | af650cbbb4f76b6dc89c6d3c9258bd08c6a5c61e | |
parent | 34e86ddf4f9b1045a5b730beab2d8d72e2dd4d56 (diff) | |
download | opie-fb01f24bf78fa1383b8192b6626cd6c6eb426b66.zip opie-fb01f24bf78fa1383b8192b6626cd6c6eb426b66.tar.gz opie-fb01f24bf78fa1383b8192b6626cd6c6eb426b66.tar.bz2 |
The SQL-Backend switch is available under "Experimental". It needs an installed
"libsqlite.so" ..
-rw-r--r-- | config.in | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,163 +1,180 @@ | |||
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_SHARP | 15 | config TARGET_SHARP |
16 | boolean "Sharp Zaurus" | 16 | boolean "Sharp Zaurus" |
17 | 17 | ||
18 | config TARGET_IPAQ | 18 | config TARGET_IPAQ |
19 | boolean "iPAQ" | 19 | boolean "iPAQ" |
20 | 20 | ||
21 | config TARGET_RAMSES | 21 | config TARGET_RAMSES |
22 | boolean "Ramses" | 22 | boolean "Ramses" |
23 | 23 | ||
24 | config TARGET_SIMPAD | 24 | config TARGET_SIMPAD |
25 | boolean "SIMpad" | 25 | boolean "SIMpad" |
26 | 26 | ||
27 | endchoice | 27 | endchoice |
28 | 28 | ||
29 | config OPTIMIZE | 29 | config OPTIMIZE |
30 | boolean "Use optimizations" | 30 | boolean "Use optimizations" |
31 | default "y" if ! TARGET_X86 | 31 | default "y" if ! TARGET_X86 |
32 | 32 | ||
33 | config DEBUG | 33 | config DEBUG |
34 | boolean "Enable debug builds" | 34 | boolean "Enable debug builds" |
35 | default n | 35 | default n |
36 | config RELEASE | 36 | config RELEASE |
37 | bool | 37 | bool |
38 | default y | 38 | default y |
39 | depends !DEBUG | 39 | depends !DEBUG |
40 | 40 | ||
41 | config QUICK_LAUNCH | 41 | config QUICK_LAUNCH |
42 | boolean "Enable Quick Launch" | 42 | boolean "Enable Quick Launch" |
43 | default n | 43 | default n |
44 | 44 | ||
45 | config SPECFILE | 45 | config SPECFILE |
46 | string | 46 | string |
47 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) | 47 | default "qws/linux-generic-g++" if TARGET_X86 && (! X11) |
48 | default "linux-g++" if TARGET_X86 && X11 | 48 | default "linux-g++" if TARGET_X86 && X11 |
49 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) | 49 | default "qws/linux-sharp-g++" if TARGET_SHARP && (! X11) |
50 | default "linux-g++" if TARGET_SHARP && X11 | 50 | default "linux-g++" if TARGET_SHARP && X11 |
51 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) | 51 | default "qws/linux-ipaq-g++" if TARGET_IPAQ && (! X11) |
52 | default "linux-g++" if TARGET_IPAQ && X11 | 52 | default "linux-g++" if TARGET_IPAQ && X11 |
53 | default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) | 53 | default "qws/linux-ramses-g++" if TARGET_RAMSES && (! X11) |
54 | default "linux-g++" if TARGET_RAMSES && X11 | 54 | default "linux-g++" if TARGET_RAMSES && X11 |
55 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) | 55 | default "qws/linux-simpad-g++" if TARGET_SIMPAD && (! X11) |
56 | default "linux-g++" if TARGET_SIMPAD && X11 | 56 | default "linux-g++" if TARGET_SIMPAD && X11 |
57 | 57 | ||
58 | config CUSTOMFILE | 58 | config CUSTOMFILE |
59 | string | 59 | string |
60 | default "custom-ipaq.h" if TARGET_IPAQ | 60 | default "custom-ipaq.h" if TARGET_IPAQ |
61 | default "custom-sharp.h" if TARGET_SHARP | 61 | default "custom-sharp.h" if TARGET_SHARP |
62 | default "custom-ramses.h" if TARGET_RAMSES | 62 | default "custom-ramses.h" if TARGET_RAMSES |
63 | default "custom-ipaq.h" if TARGET_SIMPAD | 63 | default "custom-ipaq.h" if TARGET_SIMPAD |
64 | 64 | ||
65 | config OPTIMIZATIONS | 65 | config OPTIMIZATIONS |
66 | string "Optimization flags" | 66 | string "Optimization flags" |
67 | depends OPTIMIZE | 67 | depends OPTIMIZE |
68 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ | 68 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_IPAQ |
69 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP | 69 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SHARP |
70 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES | 70 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_RAMSES |
71 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD | 71 | default "-march=armv4 -mtune=strongarm1100 -mapcs-32 -fexpensive-optimizations -fomit-frame-pointer -O2" if TARGET_SIMPAD |
72 | 72 | ||
73 | config EXPERIMENTAL | 73 | config EXPERIMENTAL |
74 | bool "Prompt for development and/or incomplete items" | 74 | bool "Prompt for development and/or incomplete items" |
75 | default y | 75 | default y |
76 | 76 | ||
77 | endmenu | 77 | endmenu |
78 | 78 | ||
79 | menu "Base" | 79 | menu "Base" |
80 | choice | 80 | choice |
81 | prompt "Qpe Library Selection" | 81 | prompt "Qpe Library Selection" |
82 | default LIBQPE | 82 | default LIBQPE |
83 | source library/config.in | 83 | source library/config.in |
84 | source x11/config.in | 84 | source x11/config.in |
85 | endchoice | 85 | endchoice |
86 | source libopie/config.in | 86 | source libopie/config.in |
87 | source core/opie-login/config.in | 87 | source core/opie-login/config.in |
88 | source core/opiealarm/config.in | 88 | source core/opiealarm/config.in |
89 | source core/launcher/config.in | 89 | source core/launcher/config.in |
90 | source core/qws/config.in | 90 | source core/qws/config.in |
91 | endmenu | 91 | endmenu |
92 | 92 | ||
93 | comment "" | 93 | comment "" |
94 | 94 | ||
95 | menu "Applets" | 95 | menu "Applets" |
96 | source core/applets/config.in | 96 | source core/applets/config.in |
97 | source noncore/applets/config.in | 97 | source noncore/applets/config.in |
98 | endmenu | 98 | endmenu |
99 | 99 | ||
100 | menu "Apps" | 100 | menu "Apps" |
101 | source core/apps/config.in | 101 | source core/apps/config.in |
102 | source noncore/apps/config.in | 102 | source noncore/apps/config.in |
103 | endmenu | 103 | endmenu |
104 | 104 | ||
105 | menu "Communications and Networking" | 105 | menu "Communications and Networking" |
106 | source noncore/comm/config.in | 106 | source noncore/comm/config.in |
107 | source noncore/mail/config.in | 107 | source noncore/mail/config.in |
108 | source noncore/net/config.in | 108 | source noncore/net/config.in |
109 | endmenu | 109 | endmenu |
110 | 110 | ||
111 | menu "Games" | 111 | menu "Games" |
112 | source noncore/games/config.in | 112 | source noncore/games/config.in |
113 | endmenu | 113 | endmenu |
114 | 114 | ||
115 | menu "Graphics and Multimedia" | 115 | menu "Graphics and Multimedia" |
116 | source freetype/config.in | 116 | source freetype/config.in |
117 | source noncore/graphics/config.in | 117 | source noncore/graphics/config.in |
118 | source core/multimedia/config.in | 118 | source core/multimedia/config.in |
119 | source noncore/multimedia/config.in | 119 | source noncore/multimedia/config.in |
120 | endmenu | 120 | endmenu |
121 | 121 | ||
122 | menu "Input methods" | 122 | menu "Input methods" |
123 | source inputmethods/config.in | 123 | source inputmethods/config.in |
124 | endmenu | 124 | endmenu |
125 | 125 | ||
126 | menu "Pim" | 126 | menu "Pim" |
127 | source core/pim/config.in | 127 | source core/pim/config.in |
128 | menu "Today Plugins" | 128 | menu "Today Plugins" |
129 | source noncore/todayplugins/config.in | 129 | source noncore/todayplugins/config.in |
130 | source core/pim/today/plugins/config.in | 130 | source core/pim/today/plugins/config.in |
131 | endmenu | 131 | endmenu |
132 | endmenu | 132 | endmenu |
133 | 133 | ||
134 | menu "Settings" | 134 | menu "Settings" |
135 | source core/settings/config.in | 135 | source core/settings/config.in |
136 | source noncore/settings/config.in | 136 | source noncore/settings/config.in |
137 | endmenu | 137 | endmenu |
138 | 138 | ||
139 | menu "Theming" | 139 | menu "Theming" |
140 | source noncore/decorations/config.in | 140 | source noncore/decorations/config.in |
141 | source noncore/styles/config.in | 141 | source noncore/styles/config.in |
142 | endmenu | 142 | endmenu |
143 | 143 | ||
144 | menu "Tools" | 144 | menu "Tools" |
145 | source noncore/tools/config.in | 145 | source noncore/tools/config.in |
146 | endmenu | 146 | endmenu |
147 | 147 | ||
148 | menu "Development" | 148 | menu "Development" |
149 | source development/keyview/config.in | 149 | source development/keyview/config.in |
150 | source development/debugviewer/config.in | ||
150 | endmenu | 151 | endmenu |
151 | 152 | ||
152 | menu "Examples" | 153 | menu "Examples" |
153 | config EXAMPLES | 154 | config EXAMPLES |
154 | boolean "Compile Example Application" | 155 | boolean "Compile Example Application" |
155 | source examples/config.in | 156 | source examples/config.in |
156 | endmenu | 157 | endmenu |
157 | 158 | ||
158 | comment "" | 159 | comment "" |
159 | depends on EXPERIMENTAL | 160 | depends on EXPERIMENTAL |
160 | menu "Experimental" | 161 | menu "Experimental" |
161 | depends on EXPERIMENTAL | 162 | depends on EXPERIMENTAL |
162 | source libopie2/config.in | 163 | source libopie2/config.in |
164 | |||
165 | config SQL_PIM_BACKEND | ||
166 | bool "Add SQL-Backend support (experimental)" | ||
167 | default n | ||
168 | help | ||
169 | This adds the SQL-Support, using SQLite. Which database is used | ||
170 | by the backends is defined by the file "pimaccess.conf" in the | ||
171 | directory "Settings". | ||
172 | There currently do exist to groups "[contact]" and "[todo]". You can | ||
173 | select the used backend by the variable "usebackend=<type>", where | ||
174 | <type> is "sql" or "xml". "xml" is the default ! | ||
175 | Important: The SQLite-library "libsqlite.so" must be installed ! | ||
176 | depends ( LIBOPIE2DB ) | ||
177 | |||
178 | comment "SQL-Support needs libopie2db!" | ||
179 | depends !( LIBOPIE2DB ) | ||
163 | endmenu | 180 | endmenu |