summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-10-27 11:24:38 +0200
committerJens Georg <mail@jensge.org>2021-10-27 11:37:51 +0200
commitdaeac1a7ff1b5bbbb6e80235eb128175970260f6 (patch)
tree322bb310c758ab00c78970ecc9e030f60e810776 /meson.build
parent544d8d1a0be65f748daff380bebc3bf6ad586b56 (diff)
downloadgupnp-daeac1a7ff1b5bbbb6e80235eb128175970260f6.tar.gz
Context: Use port property from GSSDP.Client
Part of #54
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 0eb0cc7..fbd244e 100644
--- a/meson.build
+++ b/meson.build
@@ -27,7 +27,7 @@ conf.set('GLIB_VERSION_MAX_ALLOWED', 'GLIB_VERSION_' + glib_version.underscorify
subdir('internal')
guul = subproject('guul', default_options : ['default_library=static'])
-gssdp_dep = dependency('gssdp-1.2', version : '>= 1.3.0', default_options: ['sniffer=false'], fallback: 'gssdp-1.2')
+gssdp_dep = dependency('gssdp-1.6', version : '>= 1.5.0', default_options: ['sniffer=false'], fallback: 'gssdp-1.6')
gio_unix = dependency('gio-unix-2.0', version: '>= 2.44', required: host_machine.system() != 'windows')