summaryrefslogtreecommitdiff
path: root/config.in
authorkergoth <kergoth>2003-05-13 18:44:21 (UTC)
committer kergoth <kergoth>2003-05-13 18:44:21 (UTC)
commite239d5604ba8bd4cf8a1e2d606204c7372f87d2d (patch) (side-by-side diff)
tree3072019347e0e50248ceaf7e27d0efcd5988a49e /config.in
parent519cde423dc632e548d69ab1edfa76336bb9926d (diff)
downloadopie-e239d5604ba8bd4cf8a1e2d606204c7372f87d2d.zip
opie-e239d5604ba8bd4cf8a1e2d606204c7372f87d2d.tar.gz
opie-e239d5604ba8bd4cf8a1e2d606204c7372f87d2d.tar.bz2
Add 'experimental' config token, so we can enable/disable all experimental items in one fell swoop.
Diffstat (limited to 'config.in') (more/less context) (ignore whitespace changes)
-rw-r--r--config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.in b/config.in
index d30f70b..6b63da1 100644
--- a/config.in
+++ b/config.in
@@ -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