[vte/vte-0-60] bindings: gir: Add missing file to extract source comments and annotations from



commit 626a63493b2eba2a3795b8b9664ede19d8ade983
Author: Christian Persch <chpe src gnome org>
Date:   Sun Mar 29 23:29:49 2020 +0200

    bindings: gir: Add missing file to extract source comments and annotations from
    
    (cherry picked from commit 8efe867a817107f92e7b8663ee881bb8e4049e43)

 src/meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/meson.build b/src/meson.build
index 78c51784..447e96df 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -153,8 +153,9 @@ endif
 
 libvte_common_doc_sources = files(
   # These file contain gtk-doc comments to be extracted for docs and gir
-  'vtepty.cc',
   'vtegtk.cc',
+  'vtepty.cc',
+  'vteregex.cc',
 )
 
 # FIXMEchpe this should use files('...') (allowed as per docs, afaict), but that crashes meson


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]