[gnumeric] win32: drop introspection for pango.



commit e58a3758d0da8971dd0ccb4b6b68142ee016562e
Author: Morten Welinder <terra gnome org>
Date:   Mon Mar 29 21:10:22 2010 -0400

    win32: drop introspection for pango.

 tools/win32/moduleset.in                         |    1 +
 tools/win32/patches/pango-no-introspection.patch |   13 +++++++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/tools/win32/moduleset.in b/tools/win32/moduleset.in
index 00dacbd..0364ae1 100644
--- a/tools/win32/moduleset.in
+++ b/tools/win32/moduleset.in
@@ -175,6 +175,7 @@
 
     <autotools id="pango">
 	<branch repo="gnome.org" module="sources/pango/1.26/pango-1.26.2.tar.bz2" version="1.26.2">
+	  <patch file="&patch_dir;pango-no-introspection.patch"/>
 	</branch>
 	<dependencies>
 	    <dep package="freetype"/>
diff --git a/tools/win32/patches/pango-no-introspection.patch b/tools/win32/patches/pango-no-introspection.patch
new file mode 100644
index 0000000..6bb8412
--- /dev/null
+++ b/tools/win32/patches/pango-no-introspection.patch
@@ -0,0 +1,13 @@
+Index: configure.in
+===================================================================
+--- configure.in	(revision 2583)
++++ configure.in	(working copy)
+@@ -484,7 +484,7 @@
+ # Checks for GObject Introspection
+ #
+ have_introspection=false
+-PKG_CHECK_MODULES(INTROSPECTION, gobject-introspection-1.0 >= 0.6.4, have_introspection=true, have_introspection=false)
++#PKG_CHECK_MODULES(INTROSPECTION, gobject-introspection-1.0 >= 0.6.4, have_introspection=true, have_introspection=false)
+ AM_CONDITIONAL(HAVE_INTROSPECTION, $have_introspection)
+ 
+ G_IR_SCANNER=



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