diff --git a/recipes/freetype/recipe.sh b/recipes/freetype/recipe.sh index 8a1b1a14..f9befb6b 100644 --- a/recipes/freetype/recipe.sh +++ b/recipes/freetype/recipe.sh @@ -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"