Skip to content

Commit

Permalink
[tools/depends][target] Add ZLIB dependency to mesa target
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzard committed Oct 22, 2023
1 parent 6c5607b commit 6c9eb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/depends/target/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6c9eb94

Please sign in to comment.