author | kergoth <kergoth> | 2003-05-13 18:44:21 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-05-13 18:44:21 (UTC) |
commit | e239d5604ba8bd4cf8a1e2d606204c7372f87d2d (patch) (side-by-side diff) | |
tree | 3072019347e0e50248ceaf7e27d0efcd5988a49e | |
parent | 519cde423dc632e548d69ab1edfa76336bb9926d (diff) | |
download | opie-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.
-rw-r--r-- | config.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -79,2 +79,6 @@ config OPTIMIZATIONS +config EXPERIMENTAL + bool "Prompt for development and/or incomplete items" + default y + endmenu @@ -157,3 +161,5 @@ endmenu comment "" + depends on EXPERIMENTAL menu "Experimental" + depends on EXPERIMENTAL source libopie2/config.in |