From 6b4ec3e9ddb1e530052806b43ca45852ad3cde94 Mon Sep 17 00:00:00 2001
From: Nagy Tibor <xnagytibor@gmail.com>
Date: Sun, 4 Mar 2018 22:26:18 +0100
Subject: [PATCH] Add libpng build dependency to freetype

Fixes a build issue reported on the chat server
---
 recipes/freetype/recipe.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/freetype/recipe.sh b/recipes/freetype/recipe.sh
index 8a1b1a142..f9befb6bf 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"
-- 
GitLab