summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/feature_options.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-07-02 20:50:56 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2018-07-02 20:50:56 +0300
commit5d0821946404322152319f7f2b22b96477ac406e (patch)
treef238fa0696173e838585a17cf490e208cd14b825 /docs/markdown/snippets/feature_options.md
parent1c44afdeed636f90a1e2685cba4143eacde21887 (diff)
downloadmeson-0.47.0.tar.gz
Update everything for new release.0.47.0
Diffstat (limited to 'docs/markdown/snippets/feature_options.md')
-rw-r--r--docs/markdown/snippets/feature_options.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/markdown/snippets/feature_options.md b/docs/markdown/snippets/feature_options.md
deleted file mode 100644
index 22d920123..000000000
--- a/docs/markdown/snippets/feature_options.md
+++ /dev/null
@@ -1,10 +0,0 @@
-## New feature option type
-
-A new type of option can be defined in `meson_options.txt` for the traditional
-`enabled / disabled / auto` tristate. The value of this option can be passed to
-the `required` keyword argument of functions `dependency()`, `find_library()`,
-`find_program()` and `add_languages()`.
-
-A new global option `auto_features` has been added to override the value of all
-`auto` features. It is intended to be used by packagers to have full control on
-which feature must be enabled or disabled.