mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:07: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:
parent
286984750e
commit
720d9dd683
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ configopts=(
|
|||
'-DENABLE_GOBJECT_INTROSPECTION=OFF'
|
||||
'-DENABLE_GTK_DOC=OFF'
|
||||
'-DENABLE_LIBOPENJPEG=unmaintained'
|
||||
'-DWITH_Gpgmepp=OFF'
|
||||
'-DWITH_NSS3=OFF'
|
||||
)
|
||||
|
||||
configure() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue