Skip to content

fontconfig 2.11.1.mk

Mark Johnson edited this page Mar 11, 2018 · 14 revisions

<-- 'List of Themes'

<-- 'List of Projects'


fontconfig-2.11.1 - for cairo-1.14.12

  • version fontconfig-2.12.93 : receives fatal errors

The original source code archive can be found in the archive directory



fontconfig-2.12.93

  • cannot be used due to the usage of <uuid/uuid.h>

flags settings

 fontconfig_flags := \
 -DFONTCONFIG_PATH=\"/sdcard/.fcconfig\" \
 -DFC_CACHEDIR=\"/sdcard/.fccache\" \
 -DFC_DEFAULT_FONTS=\"/system/fonts\" \
 -DHAVE_RANDOM=0 \
 -DSIZEOF_VOID_P=4 \
 -DHAVE_CONFIG_H

ifeq ($(TARGET_ARCH),arm)
 fontconfig_flags += -DALIGNOF_DOUBLE=8
else
 fontconfig_flags += -DALIGNOF_DOUBLE=4
endif

# fontconfig-2.11.1/config.h: comment out
# HAVE_RANDOM_R
# HAVE_SYS_STATVFS_H

code changes

  • error: 'struct lconv' has no member named 'decimal_point'
    • fcxml.c - FcStrtod

2018-03-10: Mark Johnson, Berlin Germany


Clone this wiki locally