blob: caa0d3a9ee323294376cde4d1ebd6676acfdfb7c [file] [log] [blame]
Christian Lohmaier244de1f2020-07-14 15:30:42 +02001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2#
Michael Meeksd037b812026-03-26 15:06:16 +00003# This file is part of the Collabora Office project.
Christian Lohmaier244de1f2020-07-14 15:30:42 +02004#
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/.
8#
9
10# defining extra package for that is a little hacky - maybe use PackageSet instead?
Christian Lohmaier0c4c84a2024-05-02 11:19:38 +020011$(eval $(call gb_Package_Package,extras_gallsystemstr,$(gb_CustomTarget_workdir)/extras/gallsysstr))
Christian Lohmaier244de1f2020-07-14 15:30:42 +020012$(eval $(call gb_Package_use_customtarget,extras_gallsystemstr,extras/gallsysstr))
13
14$(eval $(call gb_Package_add_files,extras_gallsystemstr,$(LIBO_SHARE_FOLDER)/gallery,\
Gabor Kelemene94830c2021-04-20 08:33:25 +020015 $(addsuffix .str,$(filter-out fontwork symbolshapes,$(system_galleries))) \
Christian Lohmaier244de1f2020-07-14 15:30:42 +020016))
17
18# vim: set noet sw=4 ts=4: