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

New commits:
commit a30eb16d62188b55fc60fd91220c1c0b3fd46d7f
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Thu Oct 20 11:20:12 2022 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Thu Feb 9 15:53:46 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>

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index c1949cb9b7f5..3b8d10d31933 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),\

Reply via email to