diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-28 01:56:25 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-28 01:56:25 +0300 |
commit | 8c0ca38ee346c863c1814587e89b65066c5e4a18 (patch) | |
tree | 99052a9280dc8f1d6f596e2a01a62a5b7da8d9e0 /extra/webkit2gtk/build | |
parent | 52325c6dd46b5e14707ff7bcd038fa243d7041ef (diff) | |
download | repository-8c0ca38ee346c863c1814587e89b65066c5e4a18.tar.gz |
webkit2gtk: bump to 2.28.0
Diffstat (limited to 'extra/webkit2gtk/build')
-rwxr-xr-x | extra/webkit2gtk/build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/webkit2gtk/build b/extra/webkit2gtk/build index 05ba8c84..aac25cc1 100755 --- a/extra/webkit2gtk/build +++ b/extra/webkit2gtk/build @@ -4,7 +4,7 @@ patch -p1 < fix-musl.patch # Remove gettext requirement. sed -i 's/ngettext/printf/g' Tools/MiniBrowser/gtk/BrowserDownloadsBar.c -sed -i '/po_files *.po/d' Source/WebCore/platform/gtk/po/CMakeLists.txt +sed -i '/po_files \*\.po/d' Source/WebCore/platform/gtk/po/CMakeLists.txt sed -i '/^GETTEXT_C/d' Source/WebCore/platform/gtk/po/CMakeLists.txt export DESTDIR="$1" @@ -16,6 +16,7 @@ cmake -B build \ -DPORT=GTK \ -DCMAKE_SKIP_RPATH=ON \ -DENABLE_BUBBLEWRAP_SANDBOX=OFF \ + -DENABLE_SAMPLING_PROFILER=OFF \ -DENABLE_GEOLOCATION=OFF \ -DENABLE_GLES2=ON \ -DENABLE_INTL=OFF \ |