office-gobmx/external/fontconfig
Christian Lohmaier 875a1bf2e1 makefile simplification: replace $(call gb_UnpackedTarball_get_dir,foo)
…by a simple/static $(gb_UnpackedTarball_workdir)/foo
see also 0c4c84a14b

Change-Id: I8e6aa55c85534c4446556548910c950ddbe7c6fc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167163
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Jenkins
2024-05-06 11:40:45 +02:00
..
ExternalPackage_fontconfig.mk
ExternalPackage_fontconfig_data.mk
ExternalProject_fontconfig.mk makefile simplification: replace $(call gb_UnpackedTarball_get_dir,foo) 2024-05-06 11:40:45 +02:00
fontconfig-2.12.1.patch.1
libfontconfig-bundled-soname.patch.0
Makefile
Module_fontconfig.mk
README
ubsan.patch
UnpackedTarball_fontconfig.mk

This "bundled" fontconfig is usually built only in an Android build or a fuzzing build

Fontconfig is a font configuration and customization library. It is designed to locate fonts
within the system and select them according to requirements specified by applications.

From [ https://www.freedesktop.org/wiki/Software/fontconfig/ ]