RepositoryExternal.mk | 8 ++++++++ 1 file changed, 8 insertions(+) New commits: commit 8d90e02b4cecdc7fd74b05b122f074a5f36ca965 Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Thu Oct 20 11:20:12 2022 +0300 Commit: Tor Lillqvist <t...@collabora.com> CommitDate: Fri Feb 10 11:54:16 2023 +0000
Get the shared object of a bundled fontconfig into rpm and deb packages Change-Id: I9630fa25178637bba189c263605a2198ef5c6064 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141550 Reviewed-by: Andras Timar <andras.ti...@collabora.com> Tested-by: Andras Timar <andras.ti...@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146720 Tested-by: Tor Lillqvist <t...@collabora.com> Reviewed-by: Tor Lillqvist <t...@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146740 Tested-by: Jenkins diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 0f7c77f443d6..9e8a46fa733e 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -1284,6 +1284,14 @@ gb_ExternalProject__use_fontconfig := else # SYSTEM_FONTCONFIG +ifneq ($(filter-out MACOSX WNT,$(OS)),) + +$(eval $(call gb_Helper_register_packages_for_install,ooo,\ + fontconfig \ +)) + +endif + define gb_LinkTarget__use_fontconfig $(call gb_LinkTarget_use_external_project,$(1),fontconfig) $(call gb_LinkTarget_set_include,$(1),\