summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gobject-introspection/gobject-introspection/0002-configure.ac-add-host-gi-gi-cross-wrapper-gi-ldd-wra.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/gobject-introspection/gobject-introspection/0002-configure.ac-add-host-gi-gi-cross-wrapper-gi-ldd-wra.patch')
-rw-r--r--meta/recipes-gnome/gobject-introspection/gobject-introspection/0002-configure.ac-add-host-gi-gi-cross-wrapper-gi-ldd-wra.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection/0002-configure.ac-add-host-gi-gi-cross-wrapper-gi-ldd-wra.patch b/meta/recipes-gnome/gobject-introspection/gobject-introspection/0002-configure.ac-add-host-gi-gi-cross-wrapper-gi-ldd-wra.patch
index 03ef2b0059..e4fffcf613 100644
--- a/meta/recipes-gnome/gobject-introspection/gobject-introspection/0002-configure.ac-add-host-gi-gi-cross-wrapper-gi-ldd-wra.patch
+++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection/0002-configure.ac-add-host-gi-gi-cross-wrapper-gi-ldd-wra.patch
@@ -1,4 +1,4 @@
1From a28cc8413b68bec5b4cf2ee5f37b40a8965490a5 Mon Sep 17 00:00:00 2001 1From 2335d22e4c64db3d5dfc16ac65468b9dd66db8ac Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com> 2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Mon, 19 Oct 2015 18:29:21 +0300 3Date: Mon, 19 Oct 2015 18:29:21 +0300
4Subject: [PATCH] configure.ac: add host-gi, gi-cross-wrapper, gi-ldd-wrapper 4Subject: [PATCH] configure.ac: add host-gi, gi-cross-wrapper, gi-ldd-wrapper
@@ -34,7 +34,7 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
34 4 files changed, 87 insertions(+), 1 deletion(-) 34 4 files changed, 87 insertions(+), 1 deletion(-)
35 35
36diff --git a/Makefile.am b/Makefile.am 36diff --git a/Makefile.am b/Makefile.am
37index 44ed115..2a1fa56 100644 37index 952bf71..797a3bd 100644
38--- a/Makefile.am 38--- a/Makefile.am
39+++ b/Makefile.am 39+++ b/Makefile.am
40@@ -21,7 +21,9 @@ include Makefile-cmph.am 40@@ -21,7 +21,9 @@ include Makefile-cmph.am
@@ -48,7 +48,7 @@ index 44ed115..2a1fa56 100644
48 48
49 ## Process this file with automake to produce Makefile.in 49 ## Process this file with automake to produce Makefile.in
50diff --git a/common.mk b/common.mk 50diff --git a/common.mk b/common.mk
51index e26c637..9f3a65f 100644 51index 77e819d..379ab53 100644
52--- a/common.mk 52--- a/common.mk
53+++ b/common.mk 53+++ b/common.mk
54@@ -6,6 +6,15 @@ 54@@ -6,6 +6,15 @@
@@ -132,10 +132,10 @@ index e26c637..9f3a65f 100644
132 INTROSPECTION_DOCTOOL_ARGS = \ 132 INTROSPECTION_DOCTOOL_ARGS = \
133 --add-include-path=$(srcdir) \ 133 --add-include-path=$(srcdir) \
134diff --git a/configure.ac b/configure.ac 134diff --git a/configure.ac b/configure.ac
135index d48e6c3..ed5f8a2 100644 135index 885da70..cd8108b 100644
136--- a/configure.ac 136--- a/configure.ac
137+++ b/configure.ac 137+++ b/configure.ac
138@@ -367,6 +367,48 @@ dnl 138@@ -383,6 +383,48 @@ dnl
139 AM_CONDITIONAL(MSVC_BASE_NO_TOOLSET_SET, [test x$MSVC_BASE_TOOLSET = x]) 139 AM_CONDITIONAL(MSVC_BASE_NO_TOOLSET_SET, [test x$MSVC_BASE_TOOLSET = x])
140 AM_CONDITIONAL(MSVC_NO_TOOLSET_SET, [test x$MSVC_TOOLSET = x]) 140 AM_CONDITIONAL(MSVC_NO_TOOLSET_SET, [test x$MSVC_TOOLSET = x])
141 141