summaryrefslogtreecommitdiff
path: root/external/harfbuzz/UnpackedTarball_harfbuzz.mk
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-16 19:59:27 +0200
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2013-10-17 09:50:18 +0000
commit268a3214073f95371b7e5ae35b95ca01967f0494 (patch)
treeb4f6bb87917ca11bdec1a06368e0e4a11c28c6ae /external/harfbuzz/UnpackedTarball_harfbuzz.mk
parentd879a74ee2d8baad5de4edc4e13144d3cc0c6bf0 (diff)
fdo#70393: move harfbuzz to a subdir of external
Change-Id: I3eaa6d95aaa1753822e20d21f90f39cadb939332 Reviewed-on: https://gerrit.libreoffice.org/6276 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'external/harfbuzz/UnpackedTarball_harfbuzz.mk')
-rw-r--r--external/harfbuzz/UnpackedTarball_harfbuzz.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/external/harfbuzz/UnpackedTarball_harfbuzz.mk b/external/harfbuzz/UnpackedTarball_harfbuzz.mk
new file mode 100644
index 000000000000..0bda2a186e2a
--- /dev/null
+++ b/external/harfbuzz/UnpackedTarball_harfbuzz.mk
@@ -0,0 +1,14 @@
+# -*- 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))
+
+# vim: set noet sw=4 ts=4: