doc: fix heading of mesonInstallTags

This commit is contained in:
Weijia Wang 2023-10-27 16:59:43 +02:00
parent 52228e61b6
commit 0fdb1ee374

View File

@ -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 Mesons `checkPhase`.
### `dontUseMesonInstall` {#dontusemesoninstall}
Disables using Mesons `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.