summaryrefslogtreecommitdiffstats
path: root/libraries/webkit2gtk/webkit2gtk.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2023-09-17 05:30:20 +0200
committer Willy Sudiarto Raharjo2023-12-09 03:18:36 +0100
commitd3af3d47454feaebd66e15af1c532b99c2df1b2f (patch)
tree9dfd7209588fdd839e628b55f556769cce4eca33 /libraries/webkit2gtk/webkit2gtk.SlackBuild
parentf57825332f14b460325a3551ca36d6962dc29ed9 (diff)
downloadslackbuilds-d3af3d47454feaebd66e15af1c532b99c2df1b2f.tar.gz
libraries/webkit2gtk: Updated for version 2.42.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/webkit2gtk/webkit2gtk.SlackBuild')
-rw-r--r--libraries/webkit2gtk/webkit2gtk.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/webkit2gtk/webkit2gtk.SlackBuild b/libraries/webkit2gtk/webkit2gtk.SlackBuild
index 47b5a24caa..672aa81024 100644
--- a/libraries/webkit2gtk/webkit2gtk.SlackBuild
+++ b/libraries/webkit2gtk/webkit2gtk.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=webkit2gtk
SRCNAM=webkitgtk
-VERSION=${VERSION:-2.40.5}
+VERSION=${VERSION:-2.42.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -98,6 +98,7 @@ cd build
-DUSE_SYSTEM_MALLOC=on \
-DUSE_GSTREAMER_TRANSCODER=OFF \
-DUSE_AVIF=OFF \
+ -DUSE_JPEGXL=OFF \
-Wno-dev \
-G Ninja \
..