diff options
Diffstat (limited to 'meta/recipes-graphics/fontconfig/fontconfig-2.10.1/fix-pkgconfig.patch')
-rw-r--r-- | meta/recipes-graphics/fontconfig/fontconfig-2.10.1/fix-pkgconfig.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-graphics/fontconfig/fontconfig-2.10.1/fix-pkgconfig.patch b/meta/recipes-graphics/fontconfig/fontconfig-2.10.1/fix-pkgconfig.patch new file mode 100644 index 0000000000..6be04a1509 --- /dev/null +++ b/meta/recipes-graphics/fontconfig/fontconfig-2.10.1/fix-pkgconfig.patch | |||
@@ -0,0 +1,15 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | |||
3 | --- | ||
4 | fontconfig.pc.in | 2 +- | ||
5 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
6 | |||
7 | --- fontconfig-2.9.0.orig/fontconfig.pc.in | ||
8 | +++ fontconfig-2.9.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} | ||