diff options
author | Rechi <Rechi@users.noreply.github.com> | 2020-04-21 07:54:09 +0100 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2020-04-21 07:54:09 +0100 |
commit | 3e5c2d41b7ed63152854ee1977ebd0162a669d38 (patch) | |
tree | 2715f1370e97c17ea82104b18634a6586c6a1afb | |
parent | 8c7a0fe0dfad5f8b3e66ed4cd2710b9bf016570b (diff) |
[depends] build libzip only for android
-rw-r--r-- | tools/depends/target/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile index d5db096fb9..1287fb0708 100644 --- a/tools/depends/target/Makefile +++ b/tools/depends/target/Makefile @@ -6,7 +6,7 @@ endif DEPENDS = \ pcre expat gettext sqlite3 libgpg-error \ - libgcrypt bzip2 libfstrcmp liblzo2 libzip freetype2 fontconfig \ + libgcrypt bzip2 libfstrcmp liblzo2 freetype2 fontconfig \ openssl gmp nettle gnutls googletest curl nghttp2 \ libjpeg-turbo libpng fribidi libass \ libxml2 rapidjson libmicrohttpd mariadb libffi \ @@ -39,7 +39,7 @@ endif ifeq ($(OS),android) EXCLUDED_DEPENDS = libcec libusb - DEPENDS += dummy-libxbmc libuuid libandroidjni + DEPENDS += dummy-libxbmc libuuid libandroidjni libzip PYMODULE_DEPS = dummy-libxbmc LIBUUID = libuuid endif |