[Libreoffice-commits] core.git: sc/Module_sc.mk

Luboš Luňák l.lunak at suse.cz
Tue Jul 16 05:25:27 PDT 2013


 sc/Module_sc.mk |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit b4eac50a7ef85661703b8848ef19198313453f45
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Tue Jul 16 14:15:17 2013 +0200

    try to avoid build breakage with cppunit on android
    
    Broken by eef53622798e2e2f81f28ee5e1c82de0d48c149c , and I've had enough
    of tinderbox mails during the last week.
    
    Change-Id: Iab0fe0363e8ca3212eb673ae1da9492140140bc3

diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index 29e53e9..35f1fc1 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -16,10 +16,15 @@ $(eval $(call gb_Module_add_targets,sc,\
 	Library_scd \
 	Library_scfilt \
 	Library_scui \
-	Library_scqahelper \
 	UIConfig_scalc \
 ))
 
+ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
+$(eval $(call gb_Module_add_targets,sc,\
+	Library_scqahelper \
+))
+endif
+
 ifeq ($(ENABLE_TELEPATHY),TRUE)
 
 $(eval $(call gb_Module_add_targets,sc,\


More information about the Libreoffice-commits mailing list