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 external/fontconfig: Adapt library name 2024-02-21 15:19:29 +01:00
ExternalPackage_fontconfig_data.mk Fontconfig: upgrade to release 2.15.0 2024-02-21 01:12:16 +01:00
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 fontconfig: upgrade to release 2.14.2 2023-03-01 11:10:42 +00:00
libfontconfig-bundled-soname.patch.0 external/fontconfig: Adapt library name 2024-02-21 15:19:29 +01:00
Makefile Fix building from inside modules moved to external 2013-10-18 21:52:01 +02:00
Module_fontconfig.mk Enable opening of downloaded fonts only in ForKit in Online 2023-02-09 13:47:02 +00:00
README Fontconfig: upgrade to release 2.15.0 2024-02-21 01:12:16 +01:00
ubsan.patch external/fontconfig: Silence UBSan nullptr-with-offset 2023-03-06 13:37:32 +00:00
UnpackedTarball_fontconfig.mk fontconfig android: Drop obsolete patch for API level < 21 2023-12-08 10:40:11 +01:00

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/ ]