summaryrefslogtreecommitdiff
path: root/nice
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-11-02 19:16:36 +0000
committerOlivier Crête <olivier.crete@collabora.com>2018-12-14 14:47:01 -0500
commitfefe511922f8831377020810cb3f09e227c16690 (patch)
tree67096e054d398c141270e62b138473cebe5dc730 /nice
parent0e0f89d2b916dc0475787e0970bb692882ee3de2 (diff)
downloadlibnice-fefe511922f8831377020810cb3f09e227c16690.tar.gz
meson: allow selecting crypto library manually via an option
Diffstat (limited to 'nice')
-rw-r--r--nice/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/nice/meson.build b/nice/meson.build
index dbb0e89..5d7755b 100644
--- a/nice/meson.build
+++ b/nice/meson.build
@@ -62,5 +62,5 @@ pkg.generate(libnice,
subdirs: 'nice',
description: 'ICE library',
requires: glib_dep,
- requires_private: [gthread_dep, gupnp_igd_dep, gnutls_dep, syslibs],
+ requires_private: [gthread_dep, gupnp_igd_dep, crypto_dep, syslibs],
variables: ['upnp_enabled=@0@'.format(upnp_enabled_string)])