[Libreoffice-commits] core.git: postprocess/Rdb_services.mk
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Sun Oct 18 11:22:55 UTC 2020
postprocess/Rdb_services.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ccdb78773ac6c9d19140e8084f37cc2c7f06240e
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Sun Oct 18 12:43:06 2020 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Sun Oct 18 13:22:14 2020 +0200
tdf#137573: The fps_aqua component was missing for macOS
Change-Id: I4669f229643596496fa1e94d6a631be4e54e69f4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104474
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index 6526fd877349..d4d295ad2c2f 100644
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -89,6 +89,7 @@ $(eval $(call gb_Rdb_add_components,services,\
filter/source/xsltfilter/xsltfilter \
formula/util/for \
$(call gb_Helper_optional,DESKTOP,fpicker/source/office/fps_office) \
+ $(if $(filter MACOSX,$(OS)),fpicker/source/aqua/fps_aqua) \
hwpfilter/source/hwp \
lingucomponent/source/hyphenator/hyphen/hyphen \
lingucomponent/source/languageguessing/guesslang \
More information about the Libreoffice-commits
mailing list