diff options
author | Cem Keylan <cem@ckyln.com> | 2021-02-13 18:07:03 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-02-13 18:07:03 +0300 |
commit | 5a60694086024dc8217815c3766ea54348402f05 (patch) | |
tree | e2e98fec9f0b20474b55b8d32f15096598fca98b /extra/webkit2gtk/build | |
parent | 40511cb4ae70352d380d0d9d6f490da2261d5a65 (diff) | |
download | repository-5a60694086024dc8217815c3766ea54348402f05.tar.gz |
webkit2gtk: bump to 2.30.5
I have forcefully disabled wayland target for now as it leads to build failures.
Diffstat (limited to 'extra/webkit2gtk/build')
-rwxr-xr-x | extra/webkit2gtk/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/webkit2gtk/build b/extra/webkit2gtk/build index b5009ece..b8342697 100755 --- a/extra/webkit2gtk/build +++ b/extra/webkit2gtk/build @@ -59,6 +59,7 @@ cmake -B build \ -DUSE_WPE_RENDERER=OFF \ -DENABLE_WEB_CRYPTO=${libtasn:-OFF} \ -DENABLE_MEDIASOURCE=${streaming:-OFF} \ + -DENABLE_WAYLAND_TARGET=OFF \ -Wno-dev cmake --build build |