bbb0663813
Change-Id: Id50d82b4dc7c3e8000b7658a9f62efa0d6b39495 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163646 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
62 lines
2.1 KiB
Makefile
62 lines
2.1 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-antialias.conf \
|
|
conf.d/10-scale-bitmap-fonts.conf \
|
|
conf.d/10-sub-pixel-bgr.conf \
|
|
conf.d/10-sub-pixel-none.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/10-yes-antialias.conf \
|
|
conf.d/11-lcdfilter-default.conf \
|
|
conf.d/11-lcdfilter-legacy.conf \
|
|
conf.d/11-lcdfilter-light.conf \
|
|
conf.d/11-lcdfilter-none.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/48-spacing.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:
|