diff options
author | Christian Persch <chpe@src.gnome.org> | 2020-03-22 23:34:40 +0100 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2020-03-22 23:34:40 +0100 |
commit | e44aac2dc0a545277b2cc206203000f394296bb7 (patch) | |
tree | e50c195aada3f8d0261b4c6ebe686dd20d5c4df8 | |
parent | d77d42c6d556a961ad99b682e1b65b5e6aecc979 (diff) | |
download | vte-e44aac2dc0a545277b2cc206203000f394296bb7.tar.gz |
bindings: gir: Fix VtePty
The build was missing the annotations for VtePty since it was moved
into a new file.
https://gitlab.gnome.org/GNOME/vte/issues/221
-rw-r--r-- | src/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build index 79d4a702..78c51784 100644 --- a/src/meson.build +++ b/src/meson.build @@ -153,7 +153,7 @@ endif libvte_common_doc_sources = files( # These file contain gtk-doc comments to be extracted for docs and gir - 'pty.cc', + 'vtepty.cc', 'vtegtk.cc', ) |