mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:57:44 +00:00
Ports: Add zlib dependency to libpng
I didn't have zlib installed when I was trying to compile libpng. It said it was missing, so add a dependency to zlib.
This commit is contained in:
parent
6ac2d3e1bd
commit
3f969286d7
1 changed files with 1 additions and 0 deletions
|
@ -4,3 +4,4 @@ version=1.6.37
|
|||
useconfigure=true
|
||||
files="https://download.sourceforge.net/libpng/libpng-${version}.tar.gz libpng-${version}.tar.gz"
|
||||
workdir="libpng-$version"
|
||||
depends="zlib"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue