mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 05:35:52 +03: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
Notes:
sideshowbarker
2024-07-18 21:40:52 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/3f969286d72 Pull-request: https://github.com/SerenityOS/serenity/pull/5657
@ -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…
Reference in New Issue
Block a user