[gnome-build-meta/aperez/update-webkit] sdk/WebKitGTK.bst: Update to 2.27.4



commit 3b214f1b0ae841f4547839ecb819182ec003411b
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri Jan 24 10:27:33 2020 -0600

    sdk/WebKitGTK.bst: Update to 2.27.4

 elements/sdk/WebKitGTK.bst | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/elements/sdk/WebKitGTK.bst b/elements/sdk/WebKitGTK.bst
index e260ebda..3ec6b8d1 100644
--- a/elements/sdk/WebKitGTK.bst
+++ b/elements/sdk/WebKitGTK.bst
@@ -1,7 +1,8 @@
 kind: cmake
 sources:
 - kind: tar
-  url: webkitgtk_org:webkitgtk-2.27.3.tar.xz
+  # FIXME: Remove -DENABLE_JIT=OFF (below) after next update, 
https://gitlab.gnome.org/GNOME/gnome-build-meta/merge_requests/493#note_693360
+  url: webkitgtk_org:webkitgtk-2.27.4.tar.xz
 - kind: patch
   path: files/webkitgtk/gtk-doc-introspection-cross-compiling.patch
 - kind: local
@@ -44,7 +45,8 @@ variables:
   webkitgtk_toolchain: ''
   (?):
   - arch == "i686" or arch == "arm":
-      webkitgtk_toolchain: -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=toolchain.%{arch}
+      # FIXME: Remove -DENABLE_JIT=OFF after next update, 
https://gitlab.gnome.org/GNOME/gnome-build-meta/merge_requests/493#note_693360
+      webkitgtk_toolchain: -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=toolchain.%{arch} 
-DENABLE_JIT=OFF
   cmake-local: >-
     -DPORT=GTK
     -DENABLE_BUBBLEWRAP_SANDBOX=OFF


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]