summaryrefslogtreecommitdiff
path: root/libgssdp
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-11-21 11:52:43 +0100
committerJens Georg <mail@jensge.org>2021-11-21 11:52:43 +0100
commitaf392f44631268a22b6b288ad79f80e3c8602afd (patch)
tree4ab96b9faa7426d29735a6252b1c6f81559be244 /libgssdp
parente223e6f75e370c3d9b2b402586521fe005f1a0da (diff)
downloadgssdp-af392f44631268a22b6b288ad79f80e3c8602afd.tar.gz
build: Fix GIR and vapi dependency to libsoup3
Diffstat (limited to 'libgssdp')
-rw-r--r--libgssdp/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgssdp/meson.build b/libgssdp/meson.build
index 879d685..9412e6f 100644
--- a/libgssdp/meson.build
+++ b/libgssdp/meson.build
@@ -97,6 +97,6 @@ if get_option('introspection')
symbol_prefix : 'gssdp',
identifier_prefix : 'GSSDP',
export_packages : GSSDP_API_NAME,
- includes : ['GObject-2.0', 'Gio-2.0', 'Soup-2.4'],
+ includes : ['GObject-2.0', 'Gio-2.0', 'Soup-3.0'],
install: true)
endif