aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKarlson2k <k2k@narod.ru>2015-03-04 01:16:34 +0300
committerKarlson2k <k2k@narod.ru>2015-03-13 20:46:41 +0300
commit291005fb79b7a3135a0ddd8723d26913018e9df7 (patch)
tree7d904d5754a2a71f20937d71dd0610337f4cc7ec /tools
parent2d20ca2a613fbc7c2850bec80c3909a623f45952 (diff)
[depends] Fix: libmicrohttpd doesn't need openssl, but need gnutls
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/target/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile
index 18f6897cca..4cb3dcf09b 100644
--- a/tools/depends/target/Makefile
+++ b/tools/depends/target/Makefile
@@ -80,7 +80,7 @@ libvorbis: libogg
libflac: libogg gettext
libass: fontconfig libpng freetype2 expat $(ICONV)
librtmp: openssl
-libmicrohttpd: openssl libgpg-error libgcrypt
+libmicrohttpd: gnutls libgcrypt libgpg-error
python26: expat gettext libxml2 sqlite3 openssl libffi
libcdio: $(ICONV)
libplist: libxml2 $(ZLIB)