about summary refs log tree commit diff
path: root/doc/hooks/meson.section.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/hooks/meson.section.md')
-rw-r--r--doc/hooks/meson.section.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/hooks/meson.section.md b/doc/hooks/meson.section.md
index 93e7019c311b..dc261271326a 100644
--- a/doc/hooks/meson.section.md
+++ b/doc/hooks/meson.section.md
@@ -43,3 +43,12 @@ 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.