summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-07-03 19:08:51 +0200
committerJens Georg <mail@jensge.org>2021-07-03 19:08:51 +0200
commit587f3f0e01d4ffd03024a4895f991271abb0b556 (patch)
tree96eaef356ba37cae80d654a21b481e273c2ef003 /meson.build
parentb6c27fa9470098b3038d19e60c94ac65fec288b9 (diff)
downloadgupnp-587f3f0e01d4ffd03024a4895f991271abb0b556.tar.gz
service,context: Re-use is_ours from GSSDP
Drop the custom implementation in Context.
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 0b8f298..68b43f5 100644
--- a/meson.build
+++ b/meson.build
@@ -21,7 +21,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.2.3', default_options: ['sniffer=false'])
+gssdp_dep = dependency('gssdp-1.2', version : '>= 1.3.0', default_options: ['sniffer=false'])
gio_unix = dependency('gio-unix-2.0', version: '>= 2.44', required: host_machine.system() != 'windows')