ports: Fix compilation of bunch of ports

This commit is contained in:
2026-08-25 15:32:54 +03:00
parent ef469ab043
commit aca9f459ed
8 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
NAME='poppler'
VERSION='26.03.0'
DOWNLOAD_URL="https://poppler.freedesktop.org/poppler-$VERSION.tar.xz#8b3c5e2a9f2ab4c3ec5029f28af1b433c6b71f0d1e7b3997aa561cf1c0ca4ebe"
DEPENDENCIES=('gtk3' 'cairo' 'boost' 'poppler-data')
DEPENDENCIES=('gtk3' 'cairo' 'boost' 'curl' 'lcms2' 'libtiff' 'poppler-data')
configure() {
cmake --fresh -B build -S . -G Ninja \