From 52ab5132a4f7c4d982c13183e937775e379a975a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= Date: Tue, 9 Aug 2022 11:03:34 +0200 Subject: meson: Add rest header to generate_gir Allows bindings to use the single header --- rest/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'rest') 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, -- cgit v1.2.1