b7313bc131
We probably want to pre-create the fontconfig cache in the image. Startup time still is not really worse for me, but YMMV. Change-Id: I419682339dd6d943753de9043ff82f2fb877b168 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128624 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
58 lines
1.9 KiB
Makefile
58 lines
1.9 KiB
Makefile
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
#
|
|
# This file is part of the LibreOffice project.
|
|
#
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
#
|
|
|
|
$(eval $(call gb_ExternalPackage_ExternalPackage,fontconfig_data,fontconfig))
|
|
|
|
$(eval $(call gb_ExternalPackage_use_external_project,fontconfig_data,fontconfig))
|
|
|
|
$(eval $(call gb_ExternalPackage_add_files,fontconfig_data,$(LIBO_SHARE_FOLDER)/fontconfig,\
|
|
fonts.conf \
|
|
))
|
|
|
|
$(eval $(call gb_ExternalPackage_add_unpacked_files,fontconfig_data,$(LIBO_SHARE_FOLDER)/fontconfig/conf.d,\
|
|
conf.d/05-reset-dirs-sample.conf \
|
|
conf.d/09-autohint-if-no-hinting.conf \
|
|
conf.d/10-autohint.conf \
|
|
conf.d/10-hinting-full.conf \
|
|
conf.d/10-hinting-medium.conf \
|
|
conf.d/10-hinting-none.conf \
|
|
conf.d/10-hinting-slight.conf \
|
|
conf.d/10-no-sub-pixel.conf \
|
|
conf.d/10-scale-bitmap-fonts.conf \
|
|
conf.d/10-sub-pixel-bgr.conf \
|
|
conf.d/10-sub-pixel-rgb.conf \
|
|
conf.d/10-sub-pixel-vbgr.conf \
|
|
conf.d/10-sub-pixel-vrgb.conf \
|
|
conf.d/10-unhinted.conf \
|
|
conf.d/11-lcdfilter-default.conf \
|
|
conf.d/11-lcdfilter-legacy.conf \
|
|
conf.d/11-lcdfilter-light.conf \
|
|
conf.d/20-unhint-small-vera.conf \
|
|
conf.d/25-unhint-nonlatin.conf \
|
|
conf.d/30-metric-aliases.conf \
|
|
conf.d/35-lang-normalize.conf \
|
|
conf.d/40-nonlatin.conf \
|
|
conf.d/45-generic.conf \
|
|
conf.d/45-latin.conf \
|
|
conf.d/49-sansserif.conf \
|
|
conf.d/50-user.conf \
|
|
conf.d/51-local.conf \
|
|
conf.d/60-generic.conf \
|
|
conf.d/60-latin.conf \
|
|
conf.d/65-fonts-persian.conf \
|
|
conf.d/65-khmer.conf \
|
|
conf.d/65-nonlatin.conf \
|
|
conf.d/69-unifont.conf \
|
|
conf.d/70-no-bitmaps.conf \
|
|
conf.d/70-yes-bitmaps.conf \
|
|
conf.d/80-delicious.conf \
|
|
conf.d/90-synthetic.conf \
|
|
))
|
|
|
|
# vim: set shiftwidth=4 tabstop=4 noexpandtab:
|