aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Gnome-module.md
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-11-28 00:09:29 -0500
committerEli Schwartz <eschwartz@archlinux.org>2021-12-06 20:07:43 -0500
commitbed55a902c46ad0fb1330a19daaa9834a37d3336 (patch)
treefac2bed20c12c6ecb76fa843d44919e2fa8a86dc /docs/markdown/Gnome-module.md
parent283c65578d6bf4ec221dff4b96e42df378886637 (diff)
downloadmeson-bed55a902c46ad0fb1330a19daaa9834a37d3336.zip
meson-bed55a902c46ad0fb1330a19daaa9834a37d3336.tar.gz
meson-bed55a902c46ad0fb1330a19daaa9834a37d3336.tar.bz2
gnome module: document and fix install_dir x3, by allowing false *_gir and *_typelib
generate_gir forces building both the typelib and gir, and some people only want one or the other (probably only the typelib?) which means flagging the other as install_dir: false in the same way custom_target supports. As this always worked, albeit undocumented, make sure it keeps working. It's pretty reasonable to allow, anyway. Fixes https://github.com/mesonbuild/meson/pull/9484#issuecomment-980131791
Diffstat (limited to 'docs/markdown/Gnome-module.md')
-rw-r--r--docs/markdown/Gnome-module.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Gnome-module.md b/docs/markdown/Gnome-module.md
index 9c941d9..9091fd5 100644
--- a/docs/markdown/Gnome-module.md
+++ b/docs/markdown/Gnome-module.md
@@ -104,9 +104,9 @@ There are several keyword arguments. Many of these map directly to the
* `include_directories`: extra include paths to look for gir files
* `install`: if true, install the generated files
* `install_dir_gir`: (*Added 0.35.0*) which directory to install the
- gir file into
+ gir file into; can be false to disable installation
* `install_dir_typelib`: (*Added 0.35.0*) which directory to install
- the typelib file into
+ the typelib file into; can be false to disable installation
* `link_with`: list of libraries to link with
* `symbol_prefix`: the symbol prefix for the gir object, e.g. `gtk`,
(*Since 0.43.0*) an ordered list of multiple prefixes is allowed