doc: fix heading of mesonInstallTags
This commit is contained in:
parent
52228e61b6
commit
0fdb1ee374
1 changed files with 5 additions and 9 deletions
|
@ -20,6 +20,11 @@ Controls the flags passed to `meson test`.
|
|||
|
||||
Controls the flags passed to `meson install`.
|
||||
|
||||
### `mesonInstallTags` {#mesoninstalltags}
|
||||
|
||||
Tags specified here will be passed to Meson as via `--tags` during
|
||||
installation and controls which components will be installed.
|
||||
|
||||
### `mesonBuildType` {#mesonbuildtype}
|
||||
|
||||
Which [`--buildtype`](https://mesonbuild.com/Builtin-options.html#core-options) to pass to `meson setup`. We default to `plain`.
|
||||
|
@ -43,12 +48,3 @@ Disables using Meson’s `checkPhase`.
|
|||
### `dontUseMesonInstall` {#dontusemesoninstall}
|
||||
|
||||
Disables using Meson’s `installPhase`.
|
||||
|
||||
### `mesonInstallFlags` {#mesoninstallflags}
|
||||
|
||||
Controls the flags passed to meson install.
|
||||
|
||||
### `mesonInstallTags` (#mesoninstalltags)
|
||||
|
||||
Tags specified here will be passed to Meson as via `--tags` during
|
||||
installation and controls which components will be installed.
|
||||
|
|
Loading…
Reference in a new issue