pango: Add 1.26.0

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-10-12 17:53:09 +01:00
parent 424441d294
commit 6f5fd5b0cf
3 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,13 @@
Index: pango-1.26.0/configure.in
===================================================================
--- pango-1.26.0.orig/configure.in 2009-10-12 17:46:48.000000000 +0100
+++ pango-1.26.0/configure.in 2009-10-12 17:47:00.000000000 +0100
@@ -494,7 +494,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=

View File

@ -0,0 +1,12 @@
Index: pango-1.22.2/Makefile.am
===================================================================
--- pango-1.22.2.orig/Makefile.am
+++ pango-1.22.2/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to create Makefile.in.
-SUBDIRS= pango modules pango-view examples docs tools tests
+SUBDIRS= pango modules pango-view examples docs tools
EXTRA_DIST = \
autogen.sh \

View File

@ -0,0 +1,5 @@
require pango.inc
SRC_URI += "file://no-tests.patch;patch=1"
SRC_URI += "file://no-introspect.patch;patch=1"