summaryrefslogtreecommitdiff
path: root/cairo/UnpackedTarball_cairo.mk
blob: fd14ffe4c7dd2ee2f6ea2072fa0fca7780d44dca (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
33
34
35
36
37
38
39
40
41
42
43
44
# -*- 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_UnpackedTarball_UnpackedTarball,cairo))

$(eval $(call gb_UnpackedTarball_set_tarball,cairo,$(CAIRO_TARBALL)))

$(eval $(call gb_UnpackedTarball_add_patches,cairo,\
	cairo/cairo/cairo-1.10.2.patch \
	cairo/cairo/cairo.dlsym.lcdfilter.patch \
	cairo/cairo/cairo-1.10.2-oldfontconfig.patch \
))

ifeq ($(OS)$(COM),WNTMSC)
$(eval $(call gb_UnpackedTarball_add_patches,cairo,\
	cairo/cairo/cairo-1.10.2.wntmsc.patch \
))
endif

# FIXME add cairo/cairo/cairo-1.10.2.no-atsui.patch for MACOSX >= 1070
ifeq ($(OS),IOS)
$(eval $(call gb_UnpackedTarball_add_patches,cairo,\
	cairo/cairo/cairo-1.10.2.no-atsui.patch \
	cairo/cairo/cairo-1.10.2.ios.patch \
))
endif

ifeq ($(OS),ANDROID)
$(eval $(call gb_UnpackedTarball_add_patches,cairo,\
	cairo/cairo/cairo-1.10.2.android.patch \
))
endif

ifneq (,$(filter ANDROID IOS,$(OS)))
$(eval $(call gb_UnpackedTarball_add_file,cairo,.,cairo/cairo/dummy_pkg_config))
endif

# vim: set noet sw=4 ts=4: