fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / vcl / StaticLibrary_headless.mk
blob6d179b68cab7604c6f9d145971b04f9e2be2608b
2 # This file is part of the LibreOffice project.
4 # This Source Code Form is subject to the terms of the Mozilla Public
5 # License, v. 2.0. If a copy of the MPL was not distributed with this
6 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 $(eval $(call gb_StaticLibrary_StaticLibrary,headless))
11 $(eval $(call gb_StaticLibrary_use_external,headless,boost_headers))
13 $(eval $(call gb_StaticLibrary_use_api,headless,\
14 offapi \
15 udkapi \
18 $(eval $(call gb_StaticLibrary_add_cxxflags,headless,\
19 $$(FREETYPE_CFLAGS) \
22 $(eval $(call gb_StaticLibrary_add_exception_objects,headless,\
23 vcl/headless/svpbmp \
24 vcl/headless/svpdummies \
25 vcl/headless/svpelement \
26 vcl/headless/svpframe \
27 vcl/headless/svpprn \
28 vcl/headless/svptext \
29 vcl/headless/svpvd \
32 $(eval $(call gb_StaticLibrary_set_include,headless,\
33 $$(INCLUDE) \
34 -I$(SRCDIR)/vcl/inc \