[Libreoffice-commits] core.git: RepositoryExternal.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Aug 22 06:44:44 UTC 2018
RepositoryExternal.mk | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 566050c5f3f3e54bfec115f9dba693404ca91770
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
AuthorDate: Wed Aug 22 00:47:13 2018 +0200
Commit: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Wed Aug 22 08:44:21 2018 +0200
tdf#118261 package libnumbertext data files into installation sets
Change-Id: I1d4bfc9de274df2b467614fba7639e7f5a653377
Reviewed-on: https://gerrit.libreoffice.org/59421
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 54a71fb38ef4..788840851726 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -828,6 +828,10 @@ else # !SYSTEM_LIBNUMBERTEXT
ifneq ($(ENABLE_LIBNUMBERTEXT),)
+$(eval $(call gb_Helper_register_packages_for_install,ooo, \
+ libnumbertext_numbertext \
+))
+
define gb_LinkTarget__use_libnumbertext
$(call gb_LinkTarget_use_package,$(1),libnumbertext_numbertext)
$(call gb_LinkTarget_set_include,$(1),\
More information about the Libreoffice-commits
mailing list