summaryrefslogtreecommitdiff
path: root/rest-extras/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'rest-extras/meson.build')
-rw-r--r--rest-extras/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest-extras/meson.build b/rest-extras/meson.build
index f8c0ddd..1ad9ee1 100644
--- a/rest-extras/meson.build
+++ b/rest-extras/meson.build
@@ -50,7 +50,7 @@ if get_option('introspection')
sources: librest_extras_sources + librest_extras_headers,
namespace: 'RestExtras',
nsversion: librest_api_version,
- includes: [ 'GObject-2.0', 'Gio-2.0', 'Soup-2.4', librest_gir[0] ],
+ includes: [ 'GObject-2.0', 'Gio-2.0', 'Soup-@0@'.format(libsoup_api_version), librest_gir[0] ],
extra_args: [ '--accept-unprefixed' ],
install: true,
)