RepositoryExternal.mk |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit a1a67da15bdc6e932ef65cb188c9264d732e51eb
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Thu Oct 20 11:20:12 2022 +0300
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Thu Oct 20 10:51:58 2022 +0200

    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>

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index c3f14a38d831..7b0926a64f23 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -1375,6 +1375,14 @@ gb_ExternalProject__use_fontconfig :=
 
 else
 
+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),\

Reply via email to