summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-11-21 11:06:19 +0100
committerJens Georg <mail@jensge.org>2022-11-21 11:06:47 +0100
commit5cad289d462fe826a397013049701570cbbe6264 (patch)
tree4a8128be7e3a5f29993e0c8bd315b065befa5845
parent57735f4586202fe2d4ed7c8be3770987f8374985 (diff)
downloadgupnp-5cad289d462fe826a397013049701570cbbe6264.tar.gz
build: Bump GSSDP minimal requirement
Otherwise /test/bugs/81 will fail Fixes #82
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 25a03c8..be14edb 100644
--- a/meson.build
+++ b/meson.build
@@ -37,7 +37,7 @@ conf.set('GLIB_VERSION_MAX_ALLOWED', 'GLIB_VERSION_@0@'.format(glib_version.unde
subdir('internal')
-gssdp_dep = dependency('gssdp-1.6', version : '>= 1.5.2', default_options: ['sniffer=false', 'manpages=false', 'gtk_doc=false'], fallback: 'gssdp-1.6')
+gssdp_dep = dependency('gssdp-1.6', version : '>= 1.6.2', default_options: ['sniffer=false', 'manpages=false', 'gtk_doc=false'], fallback: 'gssdp-1.6')
gio_unix = dependency('gio-unix-2.0', version: '>= 2.44', required: host_machine.system() != 'windows')
libxml_dep = dependency('libxml-2.0')