mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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:
17
meta/packages/pango/pango-1.22.2/doublefix.patch
vendored
Normal file
17
meta/packages/pango/pango-1.22.2/doublefix.patch
vendored
Normal 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
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
require pango.inc
|
||||
|
||||
SRC_URI += "file://no-tests.patch;patch=1"
|
||||
SRC_URI += "file://doublefix.patch;patch=1"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
Reference in New Issue
Block a user