[gupnp-tools] build: Disable sniffer for gssdp subproject



commit 97f607c268fdf88f863c82ba97fc695df88f0979
Author: Jens Georg <mail jensge org>
Date:   Tue Jun 22 00:06:07 2021 +0200

    build: Disable sniffer for gssdp subproject

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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'))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]