summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/webkitgtk/0001-OptionsGTK.cmake-drop-the-hardcoded-introspection-gt.patch
diff options
context:
space:
mode:
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.