summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/fontconfig/fontconfig-2.8.0/fix-pkgconfig.patch
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2012-05-28 08:47:58 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-30 12:04:46 +0100
commit7bf02ebc52cbe2a43e702034cda979746c9543aa (patch)
tree7e30c36a6b4a91cfe4f2f58ca4e5a4f72a826037 /meta/recipes-graphics/fontconfig/fontconfig-2.8.0/fix-pkgconfig.patch
parente8dac5a58a77d01d427add12617a7c01f412bcc4 (diff)
downloadpoky-7bf02ebc52cbe2a43e702034cda979746c9543aa.tar.gz
fontconfig: upgrade to 2.9.0
Other changes: - licence checksums because the licence headers changed slightly: several other authors were added and Keith Packard's name has been replaced with "author(s)". That's it. - rebased the fix-pkgconfig.patch to apply on 2.9.0 - removed all sed instructions in do_configure_append() that were changing fc-arch/Makefile. In the new version the fc-arch/ directory has been removed in order to make the package cross-compiling safe (From OE-Core rev: 8e219dea0373dc3a37d51f63c41f1a8449029dd5) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/fontconfig/fontconfig-2.8.0/fix-pkgconfig.patch')
-rw-r--r--meta/recipes-graphics/fontconfig/fontconfig-2.8.0/fix-pkgconfig.patch15
1 files changed, 0 insertions, 15 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
deleted file mode 100644
index 30415fce76..0000000000
--- a/meta/recipes-graphics/fontconfig/fontconfig-2.8.0/fix-pkgconfig.patch
+++ /dev/null
@@ -1,15 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3---
4 fontconfig.pc.in | 2 +-
5 1 file changed, 1 insertion(+), 1 deletion(-)
6
7--- fontconfig-2.8.0.orig/fontconfig.pc.in
8+++ fontconfig-2.8.0/fontconfig.pc.in
9@@ -7,5 +7,5 @@
10 Description: Font configuration and customization library
11 Version: @VERSION@
12 Libs: -L${libdir} -lfontconfig
13-Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@
14+Libs.private: @LIBXML2_LIBS@ @EXPAT_LIBS@ -L${libdir} -lfreetype @ICONV_LIBS@
15 Cflags: -I${includedir}