Ports/poppler: Explicitly exclude optional dependencies

Previously, the optional `gpgme` and `nss3` dependencies could be
unintentionally included if they were present on the host machine.
This commit is contained in:
Tim Ledbetter 2023-08-11 20:41:47 +01:00 committed by Tim Schumacher
commit 720d9dd683
Notes: sideshowbarker 2024-07-17 01:04:03 +09:00

View file

@ -31,6 +31,8 @@ configopts=(
'-DENABLE_GOBJECT_INTROSPECTION=OFF'
'-DENABLE_GTK_DOC=OFF'
'-DENABLE_LIBOPENJPEG=unmaintained'
'-DWITH_Gpgmepp=OFF'
'-DWITH_NSS3=OFF'
)
configure() {