diff options
Diffstat (limited to 'extra/webkit2gtk/build')
-rwxr-xr-x | extra/webkit2gtk/build | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/webkit2gtk/build b/extra/webkit2gtk/build index 5a890fda..1838acde 100755 --- a/extra/webkit2gtk/build +++ b/extra/webkit2gtk/build @@ -1,8 +1,5 @@ #!/bin/sh -e -# Fix build of SourceBrush.cpp -patch -p1 < fix-sourcebrush.patch - make -C unifdef # Remove gettext requirement. @@ -49,9 +46,13 @@ 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 -SAMUFLAGS='-j4' cmake --build build +cmake --build build cmake --install build |