mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
Ports/potrace: Add zlib dependency
This commit is contained in:
parent
2582b85ab1
commit
eda73af265
1 changed files with 3 additions and 0 deletions
|
@ -8,3 +8,6 @@ files="https://potrace.sourceforge.net/download/${version}/potrace-${version}.ta
|
||||||
configopts=(
|
configopts=(
|
||||||
"--with-libpotrace"
|
"--with-libpotrace"
|
||||||
)
|
)
|
||||||
|
depends=(
|
||||||
|
'zlib'
|
||||||
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue