summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-08-14 10:27:42 +0200
committerJens Georg <mail@jensge.org>2021-08-14 10:31:53 +0200
commitd88a0c408ff2aff66213006fcab02240643e2661 (patch)
tree13c2e8d928d62b186843f8db8e3c4cfe86fa28c0 /meson.build
parent46ee49bd336c564ec63484bb52f51a2bee401bb8 (diff)
downloadgupnp-d88a0c408ff2aff66213006fcab02240643e2661.tar.gz
build: Add fallback option for gssdp
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 2e1722f..545dd01 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.3.0', default_options: ['sniffer=false'])
+gssdp_dep = dependency('gssdp-1.2', version : '>= 1.3.0', default_options: ['sniffer=false'], fallback: 'gssdp-1.2')
gio_unix = dependency('gio-unix-2.0', version: '>= 2.44', required: host_machine.system() != 'windows')