aboutsummaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-26 01:43:13 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-26 01:43:13 +0700
commitec89cd6295238ecf61697d37b792f0f45a95efa2 (patch)
treea0d022be66cbaf1424c9cd4e08bdc90204f288a3 /libraries
parent10faab02d874e1e239494d218980c79f405ef905 (diff)
libraries/webkit2gtk4.1: Fix build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-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 676b651360ecb..e6c2e2d138b06 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 \
..