office-gobmx/harfbuzz/Module_harfbuzz.mk
Tor Lillqvist 053b21badc Er, ENABLE_HARFBUZZ is "TRUE", not "YES" (or empty)
Change-Id: If6007b1d9aa2173fc0f508bb6e9b617a440c940c
2013-08-19 22:06:53 +03:00

22 lines
586 B
Makefile

# -*- 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_Module_Module,harfbuzz))
ifeq ($(ENABLE_HARFBUZZ)-$(SYSTEM_HARFBUZZ),TRUE-NO)
$(eval $(call gb_Module_add_targets,harfbuzz,\
ExternalPackage_harfbuzz \
ExternalProject_harfbuzz \
UnpackedTarball_harfbuzz \
))
endif
# vim: set noet sw=4 ts=4: