Merge pull request #131 from xTibor/patch-1

Add libpng build dependency to freetype
This commit is contained in:
Jeremy Soller 2018-03-04 14:44:12 -07:00 committed by GitHub
commit 045a6d5647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"