summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2017-03-31 21:23:12 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2017-04-03 11:27:13 -0400
commit6e45d1866ea92a019b9cd18642cb43123980b0ca (patch)
tree591a1577c31d384c4626a3a92547a6447cb83ba1 /README
parent4c79b8659da1a627463b5b66c56ddf863801aaab (diff)
downloadlibnice-6e45d1866ea92a019b9cd18642cb43123980b0ca.tar.gz
stun: Switch from gcrypt to gnutls
GLib already uses it, instead of adding another dep. Reviewed-by: Philip Withnall <philip.withnall@collabora.co.uk> Differential Revision: https://phabricator.freedesktop.org/D1705
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 858ea00..3279743 100644
--- a/README
+++ b/README
@@ -20,7 +20,7 @@ Requirements
pkg-config
gupnp-igd >= 0.1.2 (optional)
gstreamer-0.10 >= 0.10.0 (optional)
- gcrypt >= 1.4.5
+ gnutls >= 2.12.0
Build instructions
------------------