[Libreoffice-commits] core.git: RepositoryModule_host.mk
Tor Lillqvist
tml at collabora.com
Wed Feb 19 14:53:31 CET 2014
RepositoryModule_host.mk | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 32e5370d84c9dfd3c0ada9a6476795c518e8947d
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Feb 19 15:49:55 2014 +0200
Fix fallout from 9ad3fc29dd98167c35fcb599da0b4e764ddf04dd
No scui library for non-DESKTOP any more.
Change-Id: Ic92aecc796e3e889ad1f3dceeb5ec540857d3d44
diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk
index 48d5518..5ade85a 100644
--- a/RepositoryModule_host.mk
+++ b/RepositoryModule_host.mk
@@ -185,7 +185,9 @@ ifeq (,$(filter-out all,$(MAKECMDGOALS)))
$(eval $(call repositorymodule_serialize,\
scfilt scopencl \
$(if $(filter SCRIPTING,$(BUILD_TYPE)),vbaobj) \
- sc msword swui sw sd \
+ sc msword \
+ $(call gb_Helper_optional,DESKTOP,swui) \
+ sw sd \
$(if $(filter DBCONNECTIVITY,$(BUILD_TYPE)),dbu) \
writerfilter cui chartcontroller chartcore oox svx \
$(if $(MERGELIBS),merged,svxcore) \
More information about the Libreoffice-commits
mailing list