mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
Add libpng build dependency to freetype
Fixes a build issue reported on the chat server
This commit is contained in:
parent
2cf1c16021
commit
6b4ec3e9dd
@ -1,6 +1,6 @@
|
||||
VERSION=2.9
|
||||
TAR=https://download.savannah.gnu.org/releases/freetype/freetype-$VERSION.tar.gz
|
||||
BUILD_DEPENDS=(zlib)
|
||||
BUILD_DEPENDS=(zlib libpng)
|
||||
|
||||
function recipe_version {
|
||||
echo "$VERSION"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user