mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/webkit2gtk4.1: Fix build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
10faab02d8
commit
ec89cd6295
1 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for webkit2gtk4.1
|
||||
#
|
||||
# Copyright 2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2022-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
PRGNAM=webkit2gtk4.1
|
||||
SRCNAM=webkitgtk
|
||||
VERSION=${VERSION:-2.40.0}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -96,6 +96,7 @@ cd build
|
|||
-DENABLE_BUBBLEWRAP_SANDBOX=off \
|
||||
-DUSE_SYSTEM_MALLOC=on \
|
||||
-DUSE_AVIF=OFF \
|
||||
-DUSE_GSTREAMER_TRANSCODER=OFF \
|
||||
-Wno-dev \
|
||||
-G Ninja \
|
||||
..
|
||||
|
|
Loading…
Reference in a new issue