diff options
author | Thomas Mühlbacher <tmuehlbacher@posteo.net> | 2025-08-08 20:29:14 +0200 |
---|---|---|
committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-09-04 00:34:37 +0300 |
commit | 26ccaa4fe0c9079addccf895fa73cb3f8c3f072e (patch) | |
tree | 57cc42e0acdf000a3c8e27acab8231444b5070f7 /docs/markdown | |
parent | e771882a3c065cd956c01370623730865d3b6ae3 (diff) | |
download | meson-26ccaa4fe0c9079addccf895fa73cb3f8c3f072e.zip meson-26ccaa4fe0c9079addccf895fa73cb3f8c3f072e.tar.gz meson-26ccaa4fe0c9079addccf895fa73cb3f8c3f072e.tar.bz2 |
gnome: Add missing install tag for vapi .deps file
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Installing.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Installing.md b/docs/markdown/Installing.md index 0a7ca9f..5c34eba 100644 --- a/docs/markdown/Installing.md +++ b/docs/markdown/Installing.md @@ -170,6 +170,7 @@ time, please help extending the list of well known categories. * `pkgconfig.generate()`, * `gnome.generate_gir()` - `.gir` file, * `gnome.generate_vapi()` - `.vapi` file (*Since 0.64.0*), + * `gnome.generate_vapi()` - `.deps` file (*Since 1.9.1*), * Files installed into `libdir` and with `.a` or `.pc` extension, * File installed into `includedir`, * Generated header files installed with `gnome.compile_resources()`, |