mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 11:54:17 +08:00
Merge pull request #131 from xTibor/patch-1
Add libpng build dependency to freetype
This commit is contained in:
commit
045a6d5647
@ -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