-rw-r--r-- | config.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -74,12 +74,16 @@ config OPTIMIZATIONS # default "arm-linux-" # help # Crosscompilation prefix is the prefix which will be prepended # to all compilation commands. For example, a crosscompilation prefix # of arm-linux-, results in the build calling arm-linux-gcc as its CC. +config EXPERIMENTAL + bool "Prompt for development and/or incomplete items" + default y + endmenu menu "Base" choice prompt "Qpe Library Selection" default LIBQPE @@ -152,10 +156,12 @@ menu "Theming" endmenu menu "Tools" source noncore/tools/config.in source development/config.in endmenu comment "" + depends on EXPERIMENTAL menu "Experimental" + depends on EXPERIMENTAL source libopie2/config.in endmenu |