summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2022-09-19 23:50:26 -0500
committerGary Kramlich <grim@reaperworld.com>2022-09-19 23:50:26 -0500
commit961300571d8fefa4e7a491a87a48f05d035984db (patch)
treee2a38890dada98322d2be1a4c57ffb1eb41b8291 /meson.build
parent32b622874c97e766548116f6c6eda75113583ce4 (diff)
downloadpidgin-961300571d8fefa4e7a491a87a48f05d035984db.tar.gz
Add a wrap file for gupnp-igd-1.0
Testing Done: Ran meson config a bunch of times to make sure stuff was right. Reviewed at https://reviews.imfreedom.org/r/1797/
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 0ab70568c7..c4882df366 100644
--- a/meson.build
+++ b/meson.build
@@ -294,7 +294,9 @@ json = dependency('json-glib-1.0', version : '>= 0.14.0')
#######################################################################
gupnp = dependency('gupnp-1.2', version : '>= 1.2.0')
-gupnp_igd = dependency('gupnp-igd-1.0', version : '>= 1.0.0')
+gupnp_igd = dependency('gupnp-igd-1.0',
+ version : '>= 1.2.0',
+ allow_fallback : get_option('build-dependencies'))
#######################################################################
# Check for libsoup (required)