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 |
|
@@ -136,22 +136,28 @@ menu "Settings" |
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 |
|