summaryrefslogtreecommitdiff
authorkergoth <kergoth>2003-05-13 18:44:21 (UTC)
committer kergoth <kergoth>2003-05-13 18:44:21 (UTC)
commite239d5604ba8bd4cf8a1e2d606204c7372f87d2d (patch) (unidiff)
tree3072019347e0e50248ceaf7e27d0efcd5988a49e
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 (more/less context) (show 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
74# default "arm-linux-" 74# default "arm-linux-"
75# help 75# help
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
80config EXPERIMENTAL
81 bool "Prompt for development and/or incomplete items"
82 default y
83
80endmenu 84endmenu
81 85
82menu "Base" 86menu "Base"
83 choice 87 choice
84 prompt "Qpe Library Selection" 88 prompt "Qpe Library Selection"
85 default LIBQPE 89 default LIBQPE
@@ -152,10 +156,12 @@ menu "Theming"
152endmenu 156endmenu
153menu "Tools" 157menu "Tools"
154 source noncore/tools/config.in 158 source noncore/tools/config.in
155 source development/config.in 159 source development/config.in
156endmenu 160endmenu
157comment "" 161comment ""
162 depends on EXPERIMENTAL
158menu "Experimental" 163menu "Experimental"
164 depends on EXPERIMENTAL
159 source libopie2/config.in 165 source libopie2/config.in
160endmenu 166endmenu
161 167