aboutsummaryrefslogtreecommitdiff
path: root/extra/webkit2gtk/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-03-28 16:16:58 +0200
committerCem Keylan <cem@ckyln.com>2023-03-28 16:16:58 +0200
commit1bc116c20afa9171e741d1b96397cc40036408b5 (patch)
treec8401dd9ef86f021022bf23240609a08610e7e79 /extra/webkit2gtk/build
parent37ec699ac04a105dcda352b890e737ef131850e9 (diff)
downloadrepository-1bc116c20afa9171e741d1b96397cc40036408b5.tar.gz
webkit2gtk: bump to 2.40.0
Diffstat (limited to 'extra/webkit2gtk/build')
-rwxr-xr-xextra/webkit2gtk/build4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/webkit2gtk/build b/extra/webkit2gtk/build
index 66e1e2b0..17aa7455 100755
--- a/extra/webkit2gtk/build
+++ b/extra/webkit2gtk/build
@@ -1,5 +1,7 @@
#!/bin/sh -e
+make -C unifdef
+
# Remove gettext requirement.
clsed 's/ngettext/printf/g' Tools/MiniBrowser/gtk/BrowserDownloadsBar.c
clsed '/po_files \*\.po/d' Source/WebCore/platform/gtk/po/CMakeLists.txt
@@ -19,6 +21,7 @@ cmake -B build \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_SKIP_RPATH=ON \
+ -DUNIFDEF_EXECUTABLE="$PWD/unifdef/unifdef" \
-DLIB_INSTALL_DIR=/usr/lib \
-DENABLE_BUBBLEWRAP_SANDBOX=OFF \
-DENABLE_DOCUMENTATION=OFF \
@@ -35,6 +38,7 @@ cmake -B build \
-DENABLE_WAYLAND_TARGET=ON \
-DENABLE_X11_TARGET=OFF \
-DPORT=GTK \
+ -DUSE_AVIF=OFF \
-DUSE_LIBHYPHEN=OFF \
-DUSE_LIBNOTIFY="$(cpt l -C libnotify ON OFF)" \
-DUSE_LIBSECRET=OFF \