Unidiff1 files changed, 5 insertions, 2 deletions
|
diff --git a/config.in b/config.in index 4e8dfcd..aa6a0d4 100644 --- a/ config.in+++ b/ config.in |
|
@@ -8,17 +8,17 @@ choice |
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 SL-5x00 - stock" |
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 |
@@ -134,17 +134,20 @@ endmenu |
134 | |
134 | |
135 | menu "Theming" |
135 | menu "Theming" |
136 | source noncore/decorations/config.in |
136 | source noncore/decorations/config.in |
137 | source noncore/styles/config.in |
137 | source noncore/styles/config.in |
138 | endmenu |
138 | endmenu |
139 | |
139 | |
140 | menu "Tools" |
140 | menu "Tools" |
141 | source noncore/tools/config.in |
141 | source noncore/tools/config.in |
142 | source development/config.in |
142 | endmenu |
| |
143 | |
| |
144 | menu "Development" |
| |
145 | source development/keyview/config.in |
143 | endmenu |
146 | endmenu |
144 | |
147 | |
145 | comment "" |
148 | comment "" |
146 | depends on EXPERIMENTAL |
149 | depends on EXPERIMENTAL |
147 | menu "Experimental" |
150 | menu "Experimental" |
148 | depends on EXPERIMENTAL |
151 | depends on EXPERIMENTAL |
149 | source libopie2/config.in |
152 | source libopie2/config.in |
150 | endmenu |
153 | endmenu |
|