Add libpng build dependency to freetype

Fixes a build issue reported on the chat server
This commit is contained in:
Nagy Tibor 2018-03-04 22:26:18 +01:00 committed by GitHub
parent 2cf1c16021
commit 6b4ec3e9dd
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"