1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:17:35 +00:00

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
parent 286984750e
commit 720d9dd683

View file

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