summaryrefslogtreecommitdiffstats
path: root/meta/packages/pango/pango-1.22.2
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-02-04 12:08:53 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-02-04 12:08:53 +0000
commit99e23d64fcc3ed8aaf88719cf970844de8954852 (patch)
tree3e608ac100e8fcf90c8f2058e4fbb463c6e4a41c /meta/packages/pango/pango-1.22.2
parent1556e81158dc9944d151b0157862621937fe25a2 (diff)
downloadpoky-99e23d64fcc3ed8aaf88719cf970844de8954852.tar.gz
pango-1.22.2: Fix autoconf/automake issue with double header reference
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/pango/pango-1.22.2')
-rw-r--r--meta/packages/pango/pango-1.22.2/doublefix.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/pango/pango-1.22.2/doublefix.patch b/meta/packages/pango/pango-1.22.2/doublefix.patch
new file mode 100644
index 0000000000..876f62ab39
--- /dev/null
+++ b/meta/packages/pango/pango-1.22.2/doublefix.patch
@@ -0,0 +1,17 @@
1Fix double header inclusion for bug with recent autoconf/automake
2
3RP 4/2/10
4
5Index: pango-1.22.2/pango/Makefile.am
6===================================================================
7--- pango-1.22.2.orig/pango/Makefile.am 2010-02-04 12:05:30.000000000 +0000
8+++ pango-1.22.2/pango/Makefile.am 2010-02-04 12:07:21.000000000 +0000
9@@ -233,7 +233,7 @@
10 # ------------------- libpangoxft -------------------
11
12 if HAVE_XFT
13-pangoinclude_HEADERS += pangoxft.h pangoxft-render.h pango-ot.h
14+pangoinclude_HEADERS += pangoxft.h pangoxft-render.h
15 lib_LTLIBRARIES += libpangoxft-1.0.la
16 endif
17