upgrade pango to 1.22.2; disable pango tests

This commit is contained in:
Xu Li
2008-11-11 20:26:01 +08:00
committed by Richard Purdie
parent d12f673a23
commit d3bd1e8ab3
3 changed files with 16 additions and 0 deletions

View File

@@ -6,3 +6,4 @@
PREFERRED_VERSION_atk ?= "1.24.0"
PREFERRED_VERSION_pixman ?= "0.12.0"
PREFERRED_VERSION_cairo ?= "1.8.2"
PREFERRED_VERSION_pango ?= "1.22.2"

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,3 @@
require pango.inc
SRC_URI += "file://no-tests.patch;patch=1"