1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:47:47 +00:00

Ports/potrace: Add zlib dependency

This commit is contained in:
Tim Ledbetter 2023-08-02 21:10:04 +01:00 committed by Tim Schumacher
parent 2582b85ab1
commit eda73af265

View file

@ -8,3 +8,6 @@ files="https://potrace.sourceforge.net/download/${version}/potrace-${version}.ta
configopts=(
"--with-libpotrace"
)
depends=(
'zlib'
)