about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorJulian Stecklina <js@alien8.de>2023-10-19 12:23:31 +0200
committerJulian Stecklina <js@alien8.de>2023-10-23 01:46:24 +0200
commit36eff4f43199433fdeba4d098f7799d1bb81d576 (patch)
treec2b61bc88ad90602cb55ecf1fb6184bb34db1b92 /doc
parentd474c87aff678090f108a23f0b3e521ae0d4e034 (diff)
downloadnixlib-36eff4f43199433fdeba4d098f7799d1bb81d576.tar
nixlib-36eff4f43199433fdeba4d098f7799d1bb81d576.tar.gz
nixlib-36eff4f43199433fdeba4d098f7799d1bb81d576.tar.bz2
nixlib-36eff4f43199433fdeba4d098f7799d1bb81d576.tar.lz
nixlib-36eff4f43199433fdeba4d098f7799d1bb81d576.tar.xz
nixlib-36eff4f43199433fdeba4d098f7799d1bb81d576.tar.zst
nixlib-36eff4f43199433fdeba4d098f7799d1bb81d576.zip
meson: introduce mesonInstallTags
Projects building with meson are currently installTargets. Map these
to install tags, which are roughly equivalent. This allows projects to
selectively install components.
Diffstat (limited to 'doc')
-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.