diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-02-19 15:49:55 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-02-19 15:52:58 +0200 |
commit | 32e5370d84c9dfd3c0ada9a6476795c518e8947d (patch) | |
tree | 9919c391b0e4cc309020afbd9f3700c755f307c7 /RepositoryModule_host.mk | |
parent | 77e48e23641846653691e54f315080c8d8a2d898 (diff) |
Fix fallout from 9ad3fc29dd98167c35fcb599da0b4e764ddf04dd
No scui library for non-DESKTOP any more.
Change-Id: Ic92aecc796e3e889ad1f3dceeb5ec540857d3d44
Diffstat (limited to 'RepositoryModule_host.mk')
-rw-r--r-- | RepositoryModule_host.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk index 48d5518779e8..5ade85ad0f9d 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) \ |