summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-08-16 10:57:30 +0200
committerJens Georg <mail@jensge.org>2022-08-16 11:10:39 +0200
commit771e6fb914f21a894fc70f4d815d21f642bbddf2 (patch)
treeb9482ee9e16ea57e9a28b2bade0ab9c7219339e8
parent1296d10eda308792d2924f141d72b8b6818878bd (diff)
downloadgupnp-771e6fb914f21a894fc70f4d815d21f642bbddf2.tar.gz
build: Bump GSSDP requirement
We need that for GSSDPClient::address property
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ff021a4..caad6e6 100644
--- a/meson.build
+++ b/meson.build
@@ -29,7 +29,7 @@ conf.set('GLIB_VERSION_MAX_ALLOWED', 'GLIB_VERSION_2_70'.format(glib_version.und
subdir('internal')
-gssdp_dep = dependency('gssdp-1.6', version : '>= 1.5.0', default_options: ['sniffer=false'], fallback: 'gssdp-1.6')
+gssdp_dep = dependency('gssdp-1.6', version : '>= 1.5.2', default_options: ['sniffer=false'], fallback: 'gssdp-1.6')
gio_unix = dependency('gio-unix-2.0', version: '>= 2.44', required: host_machine.system() != 'windows')