a881850d58
Reverts parts ofd552b4a549
and97e2e73e87
. Instead of patching HarfBuzz, lets make use of the already mmap’ed file we use with FreeType. Change-Id: Ia81222118162a30cadb8c988bc477ad3ce36166d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147410 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
21 lines
687 B
Makefile
21 lines
687 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_UnpackedTarball_UnpackedTarball,harfbuzz))
|
|
|
|
$(eval $(call gb_UnpackedTarball_set_tarball,harfbuzz,$(HARFBUZZ_TARBALL),,harfbuzz))
|
|
|
|
$(eval $(call gb_UnpackedTarball_update_autoconf_configs,harfbuzz))
|
|
|
|
$(eval $(call gb_UnpackedTarball_set_patchlevel,harfbuzz,0))
|
|
|
|
$(eval $(call gb_UnpackedTarball_add_patches,harfbuzz, \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|