[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - sc/Module_sc.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Nov 5 17:21:42 UTC 2018
sc/Module_sc.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2b030bcfe371c5c2effa516790f2e6fa54579973
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Nov 5 12:42:07 2018 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Nov 5 18:20:50 2018 +0100
Build the scui library for non-DESKTOP, too
In order to eventually get the Calc-specific dialogs in the mobile
app, too.
Change-Id: I30b64512b38d37ceab5706851c211ff5cf73764e
(cherry picked from commit 1bfd9d0dd7e66ab7ab6aa888b45dceb6c1b34f7b)
Reviewed-on: https://gerrit.libreoffice.org/62916
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 42cf26ad581a..7c02955f1302 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -14,7 +14,7 @@ $(eval $(call gb_Module_add_targets,sc,\
Library_sc \
Library_scd \
Library_scfilt \
- $(call gb_Helper_optional,DESKTOP,Library_scui) \
+ Library_scui \
$(call gb_Helper_optional,OPENCL,Package_opencl) \
Package_res_xml \
UIConfig_scalc \
More information about the Libreoffice-commits
mailing list