1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_ExternalPackage_ExternalPackage
,fontconfig_data
,fontconfig
))
12 $(eval
$(call gb_ExternalPackage_use_external_project
,fontconfig_data
,fontconfig
))
14 $(eval
$(call gb_ExternalPackage_add_files
,fontconfig_data
,$(LIBO_SHARE_FOLDER
)/fontconfig
,\
18 $(eval
$(call gb_ExternalPackage_add_unpacked_files
,fontconfig_data
,$(LIBO_SHARE_FOLDER
)/fontconfig
/conf.d
,\
19 conf.d
/05-reset-dirs-sample.conf \
20 conf.d
/09-autohint-if-no-hinting.conf \
21 conf.d
/10-autohint.conf \
22 conf.d
/10-hinting-full.conf \
23 conf.d
/10-hinting-medium.conf \
24 conf.d
/10-hinting-none.conf \
25 conf.d
/10-hinting-slight.conf \
26 conf.d
/10-no-antialias.conf \
27 conf.d
/10-scale-bitmap-fonts.conf \
28 conf.d
/10-sub-pixel-bgr.conf \
29 conf.d
/10-sub-pixel-none.conf \
30 conf.d
/10-sub-pixel-rgb.conf \
31 conf.d
/10-sub-pixel-vbgr.conf \
32 conf.d
/10-sub-pixel-vrgb.conf \
33 conf.d
/10-unhinted.conf \
34 conf.d
/10-yes-antialias.conf \
35 conf.d
/11-lcdfilter-default.conf \
36 conf.d
/11-lcdfilter-legacy.conf \
37 conf.d
/11-lcdfilter-light.conf \
38 conf.d
/11-lcdfilter-none.conf \
39 conf.d
/20-unhint-small-vera.conf \
40 conf.d
/25-unhint-nonlatin.conf \
41 conf.d
/30-metric-aliases.conf \
42 conf.d
/35-lang-normalize.conf \
43 conf.d
/40-nonlatin.conf \
44 conf.d
/45-generic.conf \
45 conf.d
/45-latin.conf \
46 conf.d
/48-spacing.conf \
47 conf.d
/49-sansserif.conf \
49 conf.d
/51-local.conf \
50 conf.d
/60-generic.conf \
51 conf.d
/60-latin.conf \
52 conf.d
/65-fonts-persian.conf \
53 conf.d
/65-khmer.conf \
54 conf.d
/65-nonlatin.conf \
55 conf.d
/69-unifont.conf \
56 conf.d
/70-no-bitmaps.conf \
57 conf.d
/70-yes-bitmaps.conf \
58 conf.d
/80-delicious.conf \
59 conf.d
/90-synthetic.conf \
62 # vim: set shiftwidth=4 tabstop=4 noexpandtab: