[librest/tintou/annotations: 1/4] meson: Add rest header to generate_gir




commit 52ab5132a4f7c4d982c13183e937775e379a975a
Author: Corentin Noël <corentin noel collabora com>
Date:   Tue Aug 9 11:03:34 2022 +0200

    meson: Add rest header to generate_gir
    
    Allows bindings to use the single header

 rest/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/rest/meson.build b/rest/meson.build
index 0a16c36..fd3ae79 100644
--- a/rest/meson.build
+++ b/rest/meson.build
@@ -92,6 +92,7 @@ if get_option('introspection')
     namespace: 'Rest',
     symbol_prefix: 'rest',
     identifier_prefix: 'Rest',
+    header: 'rest/rest.h',
     export_packages: librest_pkg_string,
     includes: [ 'GObject-2.0', 'Gio-2.0', 'Soup-@0@'.format(libsoup_api_version) ],
     extra_args: librest_gir_extra_args,


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