Ports: Enable more poppler
features
We now link against `boost`, `lcms2` and `openjpeg`. We also depend on `gpgme` but don't link against it because of #23557
This commit is contained in:
parent
65fd70c890
commit
3a0e69d86f
Notes:
sideshowbarker
2024-07-16 21:42:29 +09:00
Author: https://github.com/fdellwing Commit: https://github.com/SerenityOS/serenity/commit/3a0e69d86f Pull-request: https://github.com/SerenityOS/serenity/pull/23760 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/timschumi ✅
1 changed files with 6 additions and 6 deletions
|
@ -7,34 +7,34 @@ files=(
|
|||
"https://poppler.freedesktop.org/poppler-data-${version_data}.tar.gz#c835b640a40ce357e1b83666aabd95edffa24ddddd49b8daff63adb851cdab74"
|
||||
)
|
||||
depends=(
|
||||
'boost'
|
||||
'curl'
|
||||
'fontconfig'
|
||||
'freetype'
|
||||
'gpgme'
|
||||
'lcms2'
|
||||
'libjpeg'
|
||||
'libpng'
|
||||
'libtiff'
|
||||
'openjpeg'
|
||||
)
|
||||
useconfigure='true'
|
||||
configopts=(
|
||||
'-B build'
|
||||
"-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt"
|
||||
'-DCMAKE_BUILD_TYPE=release'
|
||||
'-DENABLE_BOOST=OFF'
|
||||
'-DENABLE_CPP=OFF'
|
||||
'-DBUILD_CPP_TESTS=OFF'
|
||||
'-DENABLE_GLIB=OFF'
|
||||
'-DENABLE_GOBJECT_INTROSPECTION=OFF'
|
||||
'-DENABLE_GPGME=OFF'
|
||||
'-DENABLE_GTK_DOC=OFF'
|
||||
'-DENABLE_LCMS=OFF'
|
||||
'-DENABLE_LIBOPENJPEG=unmaintained'
|
||||
'-DENABLE_GPGME=OFF' # Enabling GPGME causes the program to crash (#23557)
|
||||
'-DENABLE_NSS3=OFF'
|
||||
'-DENABLE_QT5=OFF'
|
||||
'-DBUILD_QT5_TESTS=OFF'
|
||||
'-DENABLE_QT6=OFF'
|
||||
'-DBUILD_QT6_TESTS=OFF'
|
||||
'-DBUILD_GTK_TESTS=OFF'
|
||||
'-DBUILD_MANUAL_TESTS=OFF'
|
||||
'-DBUILD_MANUAL_TESTS=OFF'
|
||||
)
|
||||
|
||||
configure() {
|
||||
|
|
Loading…
Add table
Reference in a new issue