diff options
author | Cem Keylan <cem@ckyln.com> | 2024-10-05 13:59:32 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2024-10-05 13:59:32 +0200 |
commit | 630ae947206ded06582369bd994cc175bf1656fd (patch) | |
tree | 7e16c7f5ca3b9fac78a39af58d4e4057b54e979d /extra/webkit2gtk/build | |
parent | 9e7d584e8d5a9086cf12452f0fc7302bd48ea9e4 (diff) | |
download | repository-630ae947206ded06582369bd994cc175bf1656fd.tar.gz |
webkit2gtk: bump to 2.46.1
Diffstat (limited to 'extra/webkit2gtk/build')
-rwxr-xr-x | extra/webkit2gtk/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/webkit2gtk/build b/extra/webkit2gtk/build index c9612ab4..1838acde 100755 --- a/extra/webkit2gtk/build +++ b/extra/webkit2gtk/build @@ -46,8 +46,12 @@ cmake -B build \ -DUSE_LIBSECRET=OFF \ -DUSE_OPENJPEG="$(cpt l -C openjpeg2 ON OFF)" \ -DUSE_SOUP2=ON \ + -DUSE_GTK4=OFF \ -DUSE_WOFF2=OFF \ + -DUSE_JPEGXL=OFF \ + -DUSE_LIBBACKTRACE=OFF \ -DUSE_WPE_RENDERER=OFF \ + -DUSE_SYSTEM_SYSPROF_CAPTURE=OFF \ -Wno-dev cmake --build build |