diff options
author | fuzzard <fuzzard@kodi.tv> | 2023-10-22 20:44:17 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2023-10-22 20:44:58 +1000 |
commit | 6c9eb9494726ae8768fbd53493d5599e1384098b (patch) | |
tree | 09ec3380c2de8888d68f4ed22b85ee6abe8ac9ed /tools | |
parent | 6c5607b3426e45c3c7fbf659772f9a2ac3f967bd (diff) |
[tools/depends][target] Add ZLIB dependency to mesa target
Diffstat (limited to 'tools')
-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 b2ea61e733..9b730b7535 100644 --- a/tools/depends/target/Makefile +++ b/tools/depends/target/Makefile @@ -178,7 +178,7 @@ libxml2: $(ZLIB) libxslt: libgcrypt libxml2 libzip: bzip2 gnutls $(ZLIB) mariadb: openssl $(ICONV) $(ZLIB) -mesa: libdrm $(MESA_DEPS) +mesa: libdrm $(MESA_DEPS) $(ZLIB) nettle: gmp openssl: $(ZLIB) python3: expat gettext libxml2 sqlite3 openssl libffi bzip2 xz $(ICONV) |