summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2019-01-01 18:23:40 +0100
committerDaniel Mensinger <daniel@mensinger-ka.de>2019-01-01 18:23:40 +0100
commit98115bb26150866f5b44b744b4b4dbadd37117ba (patch)
treeed21c090aa4dc8deb226201f8e2553b58fe891df
parente5099357c2b558148220e5cfeabbbcaa3d87ae42 (diff)
downloadmeson-98115bb26150866f5b44b744b4b4dbadd37117ba.tar.gz
Updated doc [skip ci]
-rw-r--r--docs/markdown/IDE-integration.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md
index e23b77a8a..c75392cae 100644
--- a/docs/markdown/IDE-integration.md
+++ b/docs/markdown/IDE-integration.md
@@ -70,7 +70,9 @@ The possible values for `section` are:
To set the options, use the `meson configure` command.
-It is also possible to get the default buildoptions without a build directory by providing the root `meson.build` instead of a build directory to `meson introspect --buildoptions`.
+Since Meson 0.50.0 it is also possible to get the default buildoptions
+without a build directory by providing the root `meson.build` instead of a
+build directory to `meson introspect --buildoptions`.
Running `--buildoptions` without a build directory produces the same output as running
it with a freshly configured build directory.