diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-09-19 19:32:31 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-22 11:08:33 +0200 |
commit | f33c8644c052bf9d69157224500ca7887075c7da (patch) | |
tree | 0d8b87f1cb3b93355df964258ec2ec6a820b2e17 /harfbuzz | |
parent | 2f6261fa07e496439e4476d2be2c4c9bca9e6e52 (diff) |
stop delivering lots of external static libraries
Change-Id: Id0c5908adbdec40346c1b62304d1f72ed077ca54
Diffstat (limited to 'harfbuzz')
-rw-r--r-- | harfbuzz/ExternalPackage_harfbuzz.mk | 20 | ||||
-rw-r--r-- | harfbuzz/Module_harfbuzz.mk | 1 |
2 files changed, 0 insertions, 21 deletions
diff --git a/harfbuzz/ExternalPackage_harfbuzz.mk b/harfbuzz/ExternalPackage_harfbuzz.mk deleted file mode 100644 index e6420aaec9c2..000000000000 --- a/harfbuzz/ExternalPackage_harfbuzz.mk +++ /dev/null @@ -1,20 +0,0 @@ -# -*- 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_ExternalPackage_ExternalPackage,harfbuzz,harfbuzz)) - -$(eval $(call gb_ExternalPackage_use_external_project,harfbuzz,harfbuzz)) - -$(eval $(call gb_ExternalPackage_add_files,harfbuzz,lib,\ - src/.libs/libharfbuzz.a \ - src/.libs/libharfbuzz-icu.a \ -)) - - -# vim: set noet sw=4 ts=4: diff --git a/harfbuzz/Module_harfbuzz.mk b/harfbuzz/Module_harfbuzz.mk index d3e693f84795..af64eff699e8 100644 --- a/harfbuzz/Module_harfbuzz.mk +++ b/harfbuzz/Module_harfbuzz.mk @@ -12,7 +12,6 @@ $(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 \ )) |