summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/webkitgtk/0001-OptionsGTK.cmake-drop-the-hardcoded-introspection-gt.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2018-04-04 14:13:08 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-04 13:28:02 +0100
commit70b86ae68ff94c9534fdfaf2b02d1c8fe1c4cb5a (patch)
treee52f7679ea8e60053f954ff7dec98c0a09a7a194 /meta/recipes-sato/webkit/webkitgtk/0001-OptionsGTK.cmake-drop-the-hardcoded-introspection-gt.patch
parent8cbbadd4444e02614085156bdb334ec2666efde9 (diff)
downloadpoky-70b86ae68ff94c9534fdfaf2b02d1c8fe1c4cb5a.tar.gz
webkitgtk: update to 2.20.0
Rebase patches, remove a couple of upstreamed patches. Add an option to enable woff2 font library (not currently packaged by oe). (From OE-Core rev: 182f096210d74d44dd452f2b3f09ec0c3c75f074) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit/webkitgtk/0001-OptionsGTK.cmake-drop-the-hardcoded-introspection-gt.patch')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk/0001-OptionsGTK.cmake-drop-the-hardcoded-introspection-gt.patch15
1 files changed, 8 insertions, 7 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk/0001-OptionsGTK.cmake-drop-the-hardcoded-introspection-gt.patch b/meta/recipes-sato/webkit/webkitgtk/0001-OptionsGTK.cmake-drop-the-hardcoded-introspection-gt.patch
index 0f6eeed1a2..e8d1d8c341 100644
--- a/meta/recipes-sato/webkit/webkitgtk/0001-OptionsGTK.cmake-drop-the-hardcoded-introspection-gt.patch
+++ b/meta/recipes-sato/webkit/webkitgtk/0001-OptionsGTK.cmake-drop-the-hardcoded-introspection-gt.patch
@@ -1,4 +1,4 @@
1From 48648570e449cf7f84a26dc03c1e3f620fa69757 Mon Sep 17 00:00:00 2001 1From bed4cf4aaa6aad4172ec9942e9039fb8e1ef68a4 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com> 2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Mon, 29 Feb 2016 18:13:39 +0200 3Date: Mon, 29 Feb 2016 18:13:39 +0200
4Subject: [PATCH] OptionsGTK.cmake: drop the hardcoded introspection/gtkdoc 4Subject: [PATCH] OptionsGTK.cmake: drop the hardcoded introspection/gtkdoc
@@ -11,16 +11,17 @@ through the use of qemu target emulation.
11Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 11Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
12 12
13Upstream-Status: Pending 13Upstream-Status: Pending
14
14--- 15---
15 Source/cmake/OptionsGTK.cmake | 6 ------ 16 Source/cmake/OptionsGTK.cmake | 6 ------
16 1 file changed, 6 deletions(-) 17 1 file changed, 6 deletions(-)
17 18
18Index: webkitgtk-2.12.1/Source/cmake/OptionsGTK.cmake 19diff --git a/Source/cmake/OptionsGTK.cmake b/Source/cmake/OptionsGTK.cmake
19=================================================================== 20index 661b40e..404441b 100644
20--- webkitgtk-2.12.1.orig/Source/cmake/OptionsGTK.cmake 21--- a/Source/cmake/OptionsGTK.cmake
21+++ webkitgtk-2.12.1/Source/cmake/OptionsGTK.cmake 22+++ b/Source/cmake/OptionsGTK.cmake
22@@ -424,12 +424,6 @@ if (USE_LIBHYPHEN) 23@@ -352,12 +352,6 @@ if (ENABLED_COMPILER_SANITIZERS)
23 endif () 24 set(ENABLE_INTROSPECTION OFF)
24 endif () 25 endif ()
25 26
26-# Override the cached variables, gtk-doc and gobject-introspection do not really work when cross-building. 27-# Override the cached variables, gtk-doc and gobject-introspection do not really work when cross-building.