mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-13 09:50:36 +00:00
Ports/potrace: Add zlib dependency
This commit is contained in:
parent
2582b85ab1
commit
eda73af265
Notes:
sideshowbarker
2024-07-17 07:20:57 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/eda73af265 Pull-request: https://github.com/SerenityOS/serenity/pull/20335 Reviewed-by: https://github.com/supercomputer7 ✅ Reviewed-by: https://github.com/timschumi ✅
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…
Reference in a new issue