summaryrefslogtreecommitdiff
path: root/scp2/InstallModule_draw.mk
blob: a7c02bef4bac35907807543c77c0c31c280ef7ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# -*- 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_InstallModule_InstallModule,scp2/draw))

$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/draw,\
	draw_brand \
))

$(eval $(call gb_InstallModule_define_if_set,scp2/draw,\
	ENABLE_MACOSX_SANDBOX \
))

$(eval $(call gb_InstallModule_add_templates,scp2/draw,\
    scp2/source/templates/module_langpack_draw \
))

$(eval $(call gb_InstallModule_add_scpfiles,scp2/draw,\
    scp2/source/draw/file_draw \
))

$(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/draw,\
    scp2/source/draw/module_draw \
))

# vim: set shiftwidth=4 tabstop=4 noexpandtab:
c11b20c02382e47c13f70'>diff)
Watermark: RTF font import and export
* font size * font family * rotation * TextPath geometry - working transparency & color * revert TextBox export removed by mistake Change-Id: I3f6df86809ae57dc40c275652a96b19d2a3d7eba Reviewed-on: https://gerrit.libreoffice.org/38494 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org> (cherry picked from commit dd0df1c8a213ab6f0959145396bc273bf885af39) Signed-off-by: Andras Timar <andras.timar@collabora.com>