summaryrefslogtreecommitdiffstats
path: root/libraries/webkit2gtk/webkit2gtk.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2023-03-23 14:58:09 +0100
committer Willy Sudiarto Raharjo2023-03-25 03:45:48 +0100
commit56a736d5b282801d8009bf31dc46211e45c5beba (patch)
tree5359d510996feb9e5c416014743ae7f705e19773 /libraries/webkit2gtk/webkit2gtk.SlackBuild
parentf73cd0b5234610103a8ce6070e778894d9fd9029 (diff)
downloadslackbuilds-56a736d5b282801d8009bf31dc46211e45c5beba.tar.gz
libraries/webkit2gtk: Updated for versin 2.40.0.
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 ebf824bca6..168b2e0962 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.38.5}
+VERSION=${VERSION:-2.40.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -96,6 +96,7 @@ cd build
-DENABLE_DOCUMENTATION=OFF \
-DENABLE_BUBBLEWRAP_SANDBOX=off \
-DUSE_SYSTEM_MALLOC=on \
+ -DUSE_AVIF=OFF \
-Wno-dev \
-G Ninja \
..