tdf#130380 Chart: Fix area chart data labels position
[LibreOffice.git] / external / skia / UnpackedTarball_skia.mk
blob33fcf05b6a81a09f111811914ec16bb241cbe5d9
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)))
14 skia_patches := \
15 lerp.patch \
16 fix-pch.patch.1 \
17 fix-ddi.patch \
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 \
26 fix-msvc.patch.1 \
27 fix-gcc-x86.patch.1 \
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: