fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / scp2 / InstallScript_setup_osl.mk
blobab776cc2cee1e2772f9e5d755c2ef28df9b2f8b3
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_InstallScript_InstallScript,setup_osl))
12 $(eval $(call gb_InstallScript_use_modules,setup_osl,\
13 scp2/accessories \
14 scp2/base \
15 scp2/calc \
16 scp2/draw \
17 scp2/graphicfilter \
18 scp2/impress \
19 scp2/math \
20 scp2/ooo \
21 scp2/python \
22 scp2/ure \
23 scp2/writer \
24 scp2/xsltfilter \
25 $(if $(filter WNT,$(OS)),\
26 $(if $(DISABLE_ACTIVEX),,scp2/activex) \
27 scp2/quickstart \
28 scp2/windows \
29 $(if $(filter MSC,$(COM)),\
30 scp2/winexplorerext \
31 ) \
32 ) \
33 $(if $(WITH_EXTENSION_INTEGRATION),\
34 scp2/extensions \
35 ) \
36 $(if $(filter TRUE,$(ENABLE_EVOAB2) $(ENABLE_GCONF) $(ENABLE_GNOMEVFS) $(ENABLE_GIO) $(ENABLE_GTK) $(ENABLE_GTK3)),\
37 scp2/gnome \
38 ) \
39 $(if $(filter TRUE,$(ENABLE_KDE) $(ENABLE_KDE4)),\
40 scp2/kde \
41 ) \
42 $(if $(filter TRUE,$(ENABLE_ONLINE_UPDATE)),\
43 scp2/onlineupdate \
44 ) \
45 $(if $(filter TRUE,$(ENABLE_TDE)),\
46 scp2/tde \
47 ) \
50 # vim: set shiftwidth=4 tabstop=4 noexpandtab: