summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-06-22 00:06:07 +0200
committerJens Georg <mail@jensge.org>2021-06-22 00:06:07 +0200
commit97f607c268fdf88f863c82ba97fc695df88f0979 (patch)
tree41e3d040032865c8c089df962ef4afd4e6e5fafc
parent4f8757dcc2749b1df1a0ef56dc955e66cff26021 (diff)
downloadgupnp-tools-97f607c268fdf88f863c82ba97fc695df88f0979.tar.gz
build: Disable sniffer for gssdp subproject
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 6eba043..57b3f18 100644
--- a/meson.build
+++ b/meson.build
@@ -7,7 +7,7 @@ if host_machine.system() == 'windows'
win = import('windows')
endif
-gssdp = dependency('gssdp-1.2', version: '>= 1.2.0')
+gssdp = dependency('gssdp-1.2', version: '>= 1.2.0', default_options: ['sniffer=false'])
gupnp = dependency('gupnp-1.2', version: '>= 1.2.0')
soup = dependency('libsoup-2.4', version: '>= 2.42')
gupnp_av = dependency('gupnp-av-1.0', version: '>= 0.5.5', required: get_option('av-tools'))