aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorfuzzard <fuzzard@kodi.tv>2023-10-22 20:44:17 +1000
committerfuzzard <fuzzard@kodi.tv>2023-10-22 20:44:58 +1000
commit6c9eb9494726ae8768fbd53493d5599e1384098b (patch)
tree09ec3380c2de8888d68f4ed22b85ee6abe8ac9ed /tools
parent6c5607b3426e45c3c7fbf659772f9a2ac3f967bd (diff)
[tools/depends][target] Add ZLIB dependency to mesa target
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 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)