summaryrefslogtreecommitdiffstats
path: root/libraries/webkit2gtk4.1
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2023-03-25 19:43:13 +0100
committer Willy Sudiarto Raharjo2023-03-25 19:43:13 +0100
commitec89cd6295238ecf61697d37b792f0f45a95efa2 (patch)
treea0d022be66cbaf1424c9cd4e08bdc90204f288a3 /libraries/webkit2gtk4.1
parent10faab02d874e1e239494d218980c79f405ef905 (diff)
downloadslackbuilds-ec89cd6295238ecf61697d37b792f0f45a95efa2.tar.gz
libraries/webkit2gtk4.1: Fix build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/webkit2gtk4.1')
-rw-r--r--libraries/webkit2gtk4.1/webkit2gtk4.1.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/webkit2gtk4.1/webkit2gtk4.1.SlackBuild b/libraries/webkit2gtk4.1/webkit2gtk4.1.SlackBuild
index 676b651360..e6c2e2d138 100644
--- a/libraries/webkit2gtk4.1/webkit2gtk4.1.SlackBuild
+++ b/libraries/webkit2gtk4.1/webkit2gtk4.1.SlackBuild
@@ -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 \
..