1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 12:00:49 +00:00

Ports/freetype: Set the correct sysroot

This is now required after we don't manually link the build output
anymore.
This commit is contained in:
Tim Schumacher 2022-06-07 10:53:25 +02:00 committed by Linus Groh
parent b67b5b8292
commit 90dafefb9e

View File

@ -6,7 +6,14 @@ auth_type='sha256'
useconfigure='true'
use_fresh_config_sub='true'
config_sub_paths=("builds/unix/config.sub")
configopts=("--with-brotli=no" "--with-bzip2=no" "--with-zlib=no" "--with-harfbuzz=no" "--with-png=no")
configopts=(
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
"--with-brotli=no"
"--with-bzip2=no"
"--with-zlib=no"
"--with-harfbuzz=no"
"--with-png=no"
)
install() {
run make DESTDIR="${SERENITY_INSTALL_ROOT}" "${installopts[@]}" install