summaryrefslogtreecommitdiff
path: root/rest-extras
diff options
context:
space:
mode:
Diffstat (limited to 'rest-extras')
-rw-r--r--rest-extras/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/rest-extras/meson.build b/rest-extras/meson.build
index 1ad9ee1..241bc73 100644
--- a/rest-extras/meson.build
+++ b/rest-extras/meson.build
@@ -54,6 +54,14 @@ if get_option('introspection')
extra_args: [ '--accept-unprefixed' ],
install: true,
)
+
+ if get_option('vapi')
+ librest_extras_vapi = gnome.generate_vapi(librest_extras_pkg_string,
+ sources: librest_extras_gir [0],
+ packages: [ 'glib-2.0', 'libsoup-@0@'.format(libsoup_api_version), librest_vapi ],
+ install: true,
+ )
+ endif
endif
# Test suite