aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2019-11-17 14:29:47 +0200
committerGitHub <noreply@github.com>2019-11-17 14:29:47 +0200
commitbf800101c2fce4ac6cd7be2f6e0564c6e297acf3 (patch)
treeb063edbb3469e43a0d7a7010d74ac4c6b375f343 /docs
parentbb4bd7ab56e137c2e473e7febadba8617221c4d8 (diff)
parentc361181cd9d6eeea24a1f8ad94772f4cce132692 (diff)
downloadmeson-bf800101c2fce4ac6cd7be2f6e0564c6e297acf3.zip
meson-bf800101c2fce4ac6cd7be2f6e0564c6e297acf3.tar.gz
meson-bf800101c2fce4ac6cd7be2f6e0564c6e297acf3.tar.bz2
Merge pull request #6182 from mensinda/depInfo
Better dependency logs
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/IDE-integration.md4
-rw-r--r--docs/markdown/snippets/introspect.md4
2 files changed, 6 insertions, 2 deletions
diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md
index 0c4f819..8e634aa 100644
--- a/docs/markdown/IDE-integration.md
+++ b/docs/markdown/IDE-integration.md
@@ -192,8 +192,8 @@ in a real meson run. Because of this options for the subprojects can differ.
## The dependencies section
The list of all _found_ dependencies can be acquired from
-`intro-dependencies.json`. Here, the name, compiler and linker arguments for
-a dependency are listed.
+`intro-dependencies.json`. Here, the name, version, compiler and linker
+arguments for a dependency are listed.
### Scanning for dependecie with `--scan-dependencies`
diff --git a/docs/markdown/snippets/introspect.md b/docs/markdown/snippets/introspect.md
new file mode 100644
index 0000000..4d9fab2
--- /dev/null
+++ b/docs/markdown/snippets/introspect.md
@@ -0,0 +1,4 @@
+## Introspection API changes
+
+dependencies (--dependencies, intro-dependencies.json):
+- added the `version` key