Skip to content
Snippets Groups Projects
Unverified Commit 6b4ec3e9 authored by Nagy Tibor's avatar Nagy Tibor Committed by GitHub
Browse files

Add libpng build dependency to freetype

Fixes a build issue reported on the chat server
parent 2cf1c160
No related branches found
No related tags found
1 merge request!131Add libpng build dependency to freetype
VERSION=2.9 VERSION=2.9
TAR=https://download.savannah.gnu.org/releases/freetype/freetype-$VERSION.tar.gz TAR=https://download.savannah.gnu.org/releases/freetype/freetype-$VERSION.tar.gz
BUILD_DEPENDS=(zlib) BUILD_DEPENDS=(zlib libpng)
function recipe_version { function recipe_version {
echo "$VERSION" echo "$VERSION"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment