diff options
author | Tor Lillqvist <tml@collabora.com> | 2022-10-20 11:20:12 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2023-02-10 11:54:16 +0000 |
commit | 8d90e02b4cecdc7fd74b05b122f074a5f36ca965 (patch) | |
tree | bc3b6dde6c734d8dc702c8aaf3fe0fd1fc6e2a04 /RepositoryExternal.mk | |
parent | 72959cc2b36749a779b56522f27e290731187043 (diff) |
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.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146720
Tested-by: Tor Lillqvist <tml@collabora.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146740
Tested-by: Jenkins
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 8 |
1 files changed, 8 insertions, 0 deletions
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),\ |