diff options
| author | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-03-03 22:12:31 +0100 |
|---|---|---|
| committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-03-03 23:19:04 +0100 |
| commit | 7074f12644ae0ddc7f8d7471f776bce3375934d4 (patch) | |
| tree | 6bfd86d2d81059ab48771752db0770045710e94e /docs/markdown/IDE-integration.md | |
| parent | 185dc8c2e5d8e429f5d55d18800d6a4487194f09 (diff) | |
| download | meson-7074f12644ae0ddc7f8d7471f776bce3375934d4.tar.gz | |
mintro: Renamed --dependencies --> --scan-dependencies
Diffstat (limited to 'docs/markdown/IDE-integration.md')
| -rw-r--r-- | docs/markdown/IDE-integration.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md index 35ce88391..7bbec5d4b 100644 --- a/docs/markdown/IDE-integration.md +++ b/docs/markdown/IDE-integration.md @@ -187,13 +187,10 @@ 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. -### Using `--dependencies` without a build directory +### Scanning for dependecie with `--scan-dependencies` -It is also possible to get most targets without a build directory. This can be -done by running `meson introspect --dependencies /path/to/meson.build`. - -However, the generated output is vastly different from running the introspection -command with a build directory. +It is also possible to get most dependencies used without a build directory. +This can be done by running `meson introspect --scan-dependencies /path/to/meson.build`. The output format is as follows: |
