mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 11:06:10 +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
Notes:
sideshowbarker
2024-07-17 01:04:03 +09:00
Author: https://github.com/tcl3
Commit: 720d9dd683
Pull-request: https://github.com/SerenityOS/serenity/pull/20502
Reviewed-by: https://github.com/timschumi ✅
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