diff options
author | Stephan Hadamik <stephanhadamik@gmail.com> | 2016-03-06 02:17:42 +0100 |
---|---|---|
committer | Stephan Hadamik <stephanhadamik@gmail.com> | 2016-03-06 02:17:42 +0100 |
commit | 47685ffdee9feebd119d5d7283fc9285710591e6 (patch) | |
tree | e2ad1166bebbe5beb18da3636f7c46e247cb9ab8 | |
parent | 01a8a349a7989022c6b8c3fd5e3d2d5eb8a3af4e (diff) |
[depends/libxslt] - add missing depends on libxml2
-rw-r--r-- | tools/depends/target/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile index 95e2d29171..5f749fe0ab 100644 --- a/tools/depends/target/Makefile +++ b/tools/depends/target/Makefile @@ -102,7 +102,7 @@ nettle: gmp pythonmodule-pil: $(ZLIB) libjpeg-turbo libpng freetype2 python27 pythonmodule-setuptools pythonmodule-setuptools: python27 libsdl2: $(LINUX_SYSTEM_LIBS) -libxslt: libgcrypt +libxslt: libgcrypt libxml2 ffmpeg: $(ICONV) $(ZLIB) bzip2 libvorbis $(FFMPEG_DEPENDS) libcec: platform crossguid: $(CROSSGUID_DEPS) |