Unidiff1 files changed, 6 insertions, 0 deletions
|
diff --git a/config.in b/config.in index d30f70b..6b63da1 100644 --- a/ config.in+++ b/ config.in |
|
@@ -76,8 +76,12 @@ config OPTIMIZATIONS |
76 | # Crosscompilation prefix is the prefix which will be prepended |
76 | # Crosscompilation prefix is the prefix which will be prepended |
77 | # to all compilation commands. For example, a crosscompilation prefix |
77 | # to all compilation commands. For example, a crosscompilation prefix |
78 | # of arm-linux-, results in the build calling arm-linux-gcc as its CC. |
78 | # of arm-linux-, results in the build calling arm-linux-gcc as its CC. |
79 | |
79 | |
| |
80 | config EXPERIMENTAL |
| |
81 | bool "Prompt for development and/or incomplete items" |
| |
82 | default y |
| |
83 | |
80 | endmenu |
84 | endmenu |
81 | |
85 | |
82 | menu "Base" |
86 | menu "Base" |
83 | choice |
87 | choice |
@@ -154,8 +158,10 @@ menu "Tools" |
154 | source noncore/tools/config.in |
158 | source noncore/tools/config.in |
155 | source development/config.in |
159 | source development/config.in |
156 | endmenu |
160 | endmenu |
157 | comment "" |
161 | comment "" |
| |
162 | depends on EXPERIMENTAL |
158 | menu "Experimental" |
163 | menu "Experimental" |
| |
164 | depends on EXPERIMENTAL |
159 | source libopie2/config.in |
165 | source libopie2/config.in |
160 | endmenu |
166 | endmenu |
161 | |
167 | |
|