summaryrefslogtreecommitdiff
path: root/rest
diff options
context:
space:
mode:
Diffstat (limited to 'rest')
-rw-r--r--rest/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/rest/meson.build b/rest/meson.build
index 5378ec7..545221b 100644
--- a/rest/meson.build
+++ b/rest/meson.build
@@ -96,6 +96,7 @@ if get_option('introspection')
namespace: 'Rest',
symbol_prefix: 'rest',
identifier_prefix: 'Rest',
+ export_packages: librest_pkg_string,
includes: [ 'GObject-2.0', 'Gio-2.0', 'Soup-@0@'.format(libsoup_api_version) ],
extra_args: librest_gir_extra_args,
install: true,