From 37f0452376b8386c15ac8669625b090e97eb0c34 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 3 Jul 2017 14:34:25 +0000 Subject: Update fontconfig to latest release Fixes a build failure: In file included from fcmatch.c:287:0: fcobjs.h:54:3: error: 'PRI_CHAR_WIDTH_STRONG' undeclared here (not in a function); did you mean 'PRI_WIDTH_STRONG'? FC_OBJECT (CHAR_WIDTH, FcTypeInteger, NULL) ^~~~~~~~~~~~~~~~~~~~~ PRI_WIDTH_STRONG fcobjs.h:54:26: error: 'PRI_CHAR_WIDTH_WEAK' undeclared here (not in a function); did you mean 'PRI_WIDTH_WEAK'? FC_OBJECT (CHAR_WIDTH, FcTypeInteger, NULL) ^~~~~~~~~~~~~~~~~~~ PRI_WIDTH_WEAK --- strata/graphics-common.morph | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strata/graphics-common.morph b/strata/graphics-common.morph index ec837974..f99e6093 100644 --- a/strata/graphics-common.morph +++ b/strata/graphics-common.morph @@ -44,8 +44,8 @@ chunks: - name: fontconfig morph: strata/graphics-common/fontconfig.morph repo: upstream:fontconfig - ref: 9260b7ec39c34ce68d74e16d47917290a8c3f35a - unpetrify-ref: 2.11.1 + ref: 690f822a1b26b089d86e9843746cab80f3c07fe3 + unpetrify-ref: 2.12.3 build-depends: - freetype2-harfbuzz - name: freefont-otf -- cgit v1.2.1