Unidiff1 files changed, 1 insertions, 3 deletions
|
diff --git a/config.in b/config.in index be24941..166332a 100644 --- a/ config.in+++ b/ config.in |
|
@@ -212,19 +212,17 @@ menu "Examples" |
212 | config EXAMPLES |
212 | config EXAMPLES |
213 | boolean "Compile Example Application" |
213 | boolean "Compile Example Application" |
214 | source examples/config.in |
214 | source examples/config.in |
215 | endmenu |
215 | endmenu |
216 | |
216 | |
217 | comment "" |
217 | comment "" |
218 | |
218 | |
219 | menu "Unsupported / Unmaintained" |
219 | menu "Unsupported / Unmaintained" |
220 | source noncore/unsupported/filebrowser/config.in |
220 | source noncore/unsupported/config.in |
221 | source noncore/unsupported/oipkg/config.in |
| |
222 | source noncore/unsupported/qpdf/config.in |
| |
223 | endmenu |
221 | endmenu |
224 | |
222 | |
225 | comment "" |
223 | comment "" |
226 | depends on EXPERIMENTAL |
224 | depends on EXPERIMENTAL |
227 | menu "Experimental" |
225 | menu "Experimental" |
228 | depends on EXPERIMENTAL |
226 | depends on EXPERIMENTAL |
229 | source libopie2/config.in |
227 | source libopie2/config.in |
230 | |
228 | |
|