aboutsummaryrefslogtreecommitdiff
path: root/extra/webkit2gtk/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-11 15:16:27 +0300
committerCem Keylan <cem@ckyln.com>2020-09-11 15:16:27 +0300
commit721557e4be1902ea31019e57f59623322def90b8 (patch)
tree998b5ee015b3189254f8143334237818c03811d7 /extra/webkit2gtk/build
parent3eeca96652e774a239b69f2fd675c2b2a0660ed6 (diff)
downloadrepository-721557e4be1902ea31019e57f59623322def90b8.tar.gz
webkit2gtk: bump to 2.30.0
Diffstat (limited to 'extra/webkit2gtk/build')
-rwxr-xr-xextra/webkit2gtk/build3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/webkit2gtk/build b/extra/webkit2gtk/build
index 83c464cc..9be00de7 100755
--- a/extra/webkit2gtk/build
+++ b/extra/webkit2gtk/build
@@ -14,7 +14,7 @@ cpt-list gst-plugins-base && streaming=ON
# installed.
cpt-list openjpeg2 && jpeg=ON
-patch -p1 < fix-musl.patch
+busybox patch -p1 < fix-musl.patch
# Remove gettext requirement.
sed_i 's/ngettext/printf/g' Tools/MiniBrowser/gtk/BrowserDownloadsBar.c
@@ -44,6 +44,7 @@ cmake -B build \
-DUSE_LIBHYPHEN=OFF \
-DUSE_LIBNOTIFY=OFF \
-DUSE_LIBSECRET=OFF \
+ -DUSE_SYSTEMD=OFF \
-DUSE_OPENJPEG=${jpeg:-OFF} \
-DUSE_WOFF2=OFF \
-DUSE_WPE_RENDERER=OFF \