Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / cairo / UnpackedTarball_cairo.mk
blobfd14ffe4c7dd2ee2f6ea2072fa0fca7780d44dca
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,cairo))
12 $(eval $(call gb_UnpackedTarball_set_tarball,cairo,$(CAIRO_TARBALL)))
14 $(eval $(call gb_UnpackedTarball_add_patches,cairo,\
15 cairo/cairo/cairo-1.10.2.patch \
16 cairo/cairo/cairo.dlsym.lcdfilter.patch \
17 cairo/cairo/cairo-1.10.2-oldfontconfig.patch \
20 ifeq ($(OS)$(COM),WNTMSC)
21 $(eval $(call gb_UnpackedTarball_add_patches,cairo,\
22 cairo/cairo/cairo-1.10.2.wntmsc.patch \
24 endif
26 # FIXME add cairo/cairo/cairo-1.10.2.no-atsui.patch for MACOSX >= 1070
27 ifeq ($(OS),IOS)
28 $(eval $(call gb_UnpackedTarball_add_patches,cairo,\
29 cairo/cairo/cairo-1.10.2.no-atsui.patch \
30 cairo/cairo/cairo-1.10.2.ios.patch \
32 endif
34 ifeq ($(OS),ANDROID)
35 $(eval $(call gb_UnpackedTarball_add_patches,cairo,\
36 cairo/cairo/cairo-1.10.2.android.patch \
38 endif
40 ifneq (,$(filter ANDROID IOS,$(OS)))
41 $(eval $(call gb_UnpackedTarball_add_file,cairo,.,cairo/cairo/dummy_pkg_config))
42 endif
44 # vim: set noet sw=4 ts=4: