Skip to content

Commit

Permalink
doc: fix heading of mesonInstallTags
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Oct 27, 2023
1 parent 52228e6 commit 0fdb1ee
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions doc/hooks/meson.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand All @@ -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.

0 comments on commit 0fdb1ee

Please sign in to comment.