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_UnpackedTarball_UnpackedTarball
,skia
))
12 $(eval
$(call gb_UnpackedTarball_set_tarball
,skia
,$(SKIA_TARBALL
)))
18 make-api-visible.patch
.1 \
19 no-trace-resources-on-exit.patch
.1 \
20 fix-alpha-difference-copy.patch
.1 \
21 libvulkan-name.patch
.1 \
22 share-grcontext.patch
.1 \
23 c
++20-comparison.patch
.0 \
24 Wdeprecated-copy.patch
.0 \
25 Wdeprecated-copy-dtor.patch
.0 \
28 msvc-vectorcall-sse.patch
.1 \
29 clang11-flax-vector-conversion.patch
.0 \
31 $(eval
$(call gb_UnpackedTarball_set_patchlevel
,skia
,1))
33 $(eval
$(call gb_UnpackedTarball_add_patches
,skia
,\
34 $(foreach patch
,$(skia_patches
),external
/skia
/$(patch
)) \
37 $(eval
$(call gb_UnpackedTarball_set_post_action
,skia
,\
38 mv third_party
/skcms
/skcms.
cc third_party
/skcms
/skcms.
cpp \
41 # vim: set noet sw=4 ts=4: