Unidiff1 files changed, 6 insertions, 0 deletions
|
diff --git a/config.in b/config.in index c6ee7a6..b910bda 100644 --- a/ config.in+++ b/ config.in |
|
@@ -120,38 +120,44 @@ menu "Graphics and Multimedia" |
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 | endmenu |
150 | endmenu |
151 | |
151 | |
| |
152 | menu "Examples" |
| |
153 | config EXAMPLES |
| |
154 | boolean "Compile Example Application" |
| |
155 | source examples/config.in |
| |
156 | endmenu |
| |
157 | |
152 | comment "" |
158 | comment "" |
153 | depends on EXPERIMENTAL |
159 | depends on EXPERIMENTAL |
154 | menu "Experimental" |
160 | menu "Experimental" |
155 | depends on EXPERIMENTAL |
161 | depends on EXPERIMENTAL |
156 | source libopie2/config.in |
162 | source libopie2/config.in |
157 | endmenu |
163 | endmenu |
|