summaryrefslogtreecommitdiff
path: root/rest
diff options
context:
space:
mode:
authorGünther Wagner <info@gunibert.de>2021-11-04 23:08:57 +0100
committerGünther Wagner <info@gunibert.de>2021-11-04 23:08:57 +0100
commit212da9ac01dc7e18c2fbb2682e564713c50420ac (patch)
treef2bd0f5c9b0b5bca8f9bc546190e9024ae1595a9 /rest
parentf014c22bbb1e5dd857d6e47c5acf5f58fc28cecf (diff)
downloadlibrest-212da9ac01dc7e18c2fbb2682e564713c50420ac.tar.gz
soup3: added conditional option to mesongwagner/soup3
Diffstat (limited to 'rest')
-rw-r--r--rest/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest/meson.build b/rest/meson.build
index 7bf7338..396ec83 100644
--- a/rest/meson.build
+++ b/rest/meson.build
@@ -80,7 +80,7 @@ if get_option('introspection')
sources: [ librest_headers, librest_enums[1] ],
namespace: 'Rest',
nsversion: librest_api_version,
- includes: [ 'GObject-2.0', 'Gio-2.0', 'Soup-2.4' ],
+ includes: [ 'GObject-2.0', 'Gio-2.0', 'Soup-@0@'.format(libsoup_api_version) ],
extra_args: librest_gir_extra_args,
install: true,
)