bump product version to 7.6.3.2-android
[LibreOffice.git] / external / skia / UnpackedTarball_skia.mk
blobcafc7a9df3b8f5655d55df149080fb717383e4c7
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 fix-pch.patch.1 \
16 fix-ddi.patch \
17 make-api-visible.patch.1 \
18 no-trace-resources-on-exit.patch.1 \
19 fix-alpha-difference-copy.patch.1 \
20 share-grcontext.patch.1 \
21 clang11-flax-vector-conversion.patch.0 \
22 clang-attributes-warning.patch.1 \
23 fontconfig-get-typeface.patch.0 \
24 windows-do-not-modify-logfont.patch.0 \
25 windows-text-gamma.patch.0 \
26 windows-force-unicode-api.patch.0 \
27 fix-without-gl.patch.1 \
28 windows-typeface-directwrite.patch.0 \
29 windows-raster-surface-no-copies.patch.1 \
30 fix-windows-dwrite.patch.1 \
31 swap-buffers-rect.patch.1 \
32 ubsan.patch.1 \
33 fast-png-write.patch.1 \
34 fix-warnings.patch.1 \
35 windows-libraries-system32.patch.1 \
36 allow-no-es2restrictions.patch.1 \
37 vk_mem_alloc.patch.1 \
38 constexpr-template.patch.0 \
39 tdf147342.patch.0 \
40 redefinition-of-op.patch.0 \
41 0001-Added-missing-include-cstdio.patch \
43 $(eval $(call gb_UnpackedTarball_set_patchlevel,skia,1))
45 $(eval $(call gb_UnpackedTarball_add_patches,skia,\
46 $(foreach patch,$(skia_patches),external/skia/$(patch)) \
49 $(eval $(call gb_UnpackedTarball_set_post_action,skia,\
50 mv modules/skcms/skcms.cc modules/skcms/skcms.cpp \
53 # vim: set noet sw=4 ts=4: