summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/fontconfig/fontconfig-2.8.0
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2011-10-18 00:09:20 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-18 18:18:36 +0100
commitb4757833c3548b5ee3a1cce58e2f059b3f63cb09 (patch)
tree5dfee16ba37a61f8ec4d92c32bf8b7ea1a0952eb /meta/recipes-graphics/fontconfig/fontconfig-2.8.0
parentdeb22138de404ac902a017ddc9e79d9a863fef4e (diff)
downloadpoky-b4757833c3548b5ee3a1cce58e2f059b3f63cb09.tar.gz
fontconfig: fix fix-pkgconfig.patch
* missing $ is causing problems ie when building webkit-efl * see http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003798.html for details (From OE-Core rev: e31dd9b65f3b03f79cabab25eca157532de3bd9c) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/fontconfig/fontconfig-2.8.0')
-rw-r--r--meta/recipes-graphics/fontconfig/fontconfig-2.8.0/fix-pkgconfig.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/fontconfig/fontconfig-2.8.0/fix-pkgconfig.patch b/meta/recipes-graphics/fontconfig/fontconfig-2.8.0/fix-pkgconfig.patch
index c8a3bf5d17..30415fce76 100644
--- a/meta/recipes-graphics/fontconfig/fontconfig-2.8.0/fix-pkgconfig.patch
+++ b/meta/recipes-graphics/fontconfig/fontconfig-2.8.0/fix-pkgconfig.patch
@@ -11,5 +11,5 @@ Upstream-Status: Inappropriate [configuration]
11 Version: @VERSION@ 11 Version: @VERSION@
12 Libs: -L${libdir} -lfontconfig 12 Libs: -L${libdir} -lfontconfig
13-Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@ 13-Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@
14+Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ -L{libdir} -lfreetype @ICONV_LIBS@ 14+Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ -L${libdir} -lfreetype @ICONV_LIBS@
15 Cflags: -I${includedir} 15 Cflags: -I${includedir}