blob: fca1e659460d9df983523f90338ba9d1641144b8 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001Revert part of http://cgit.freedesktop.org/fontconfig/commit/fontconfig.pc.in?id=338ffe6b886ad4ba86ff471cb59c4a5e5ffbe408
2We really dont do static linking so its not going to cause issues for us but as such this is harming us by adding absolute
3paths into -I options into fontconfig.pc which is them prepended with sysroot when read back by cross pkg-config and
4we end up with -I <sysroot>/<sysroot>/usr/include/fontconfig in CFLAGS of clients which depend on it. one such example
5is matchbox-panel-2 and it was working fine with gcc < 5 because it tolerated non-existing paths in -I flags but gcc-5
6gently refuses and rightly so.
7
8Upstream-Status: Inappropriate [OE-Specific]
9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10
11Index: fontconfig-2.11.93/fontconfig.pc.in
12===================================================================
13--- fontconfig-2.11.93.orig/fontconfig.pc.in
14+++ fontconfig-2.11.93/fontconfig.pc.in
15@@ -15,4 +15,4 @@ Requires: @PKGCONFIG_REQUIRES@
16 Requires.private: @PKGCONFIG_REQUIRES_PRIVATELY@
17 Libs: -L${libdir} -lfontconfig
18 Libs.private: @EXPAT_LIBS@ @FREETYPE_LIBS@ @ICONV_LIBS@ @LIBXML2_LIBS@
19-Cflags: -I${includedir} @EXPAT_CFLAGS@ @FREETYPE_CFLAGS@ @ICONV_CFLAGS@ @LIBXML2_CFLAGS@
20+Cflags: -I${includedir}