pango-1.22.2: Fix autoconf/automake issue with double header reference

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-02-04 12:08:53 +00:00
parent 1556e81158
commit 99e23d64fc
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
Fix double header inclusion for bug with recent autoconf/automake
RP 4/2/10
Index: pango-1.22.2/pango/Makefile.am
===================================================================
--- pango-1.22.2.orig/pango/Makefile.am 2010-02-04 12:05:30.000000000 +0000
+++ pango-1.22.2/pango/Makefile.am 2010-02-04 12:07:21.000000000 +0000
@@ -233,7 +233,7 @@
# ------------------- libpangoxft -------------------
if HAVE_XFT
-pangoinclude_HEADERS += pangoxft.h pangoxft-render.h pango-ot.h
+pangoinclude_HEADERS += pangoxft.h pangoxft-render.h
lib_LTLIBRARIES += libpangoxft-1.0.la
endif

View File

@@ -1,3 +1,6 @@
require pango.inc
SRC_URI += "file://no-tests.patch;patch=1"
SRC_URI += "file://doublefix.patch;patch=1"
PR = "r1"