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:
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=(
|
||||
"--with-libpotrace"
|
||||
)
|
||||
depends=(
|
||||
'zlib'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue