diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-02-19 16:08:26 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-02-19 16:08:42 +0200 |
commit | 7f564cc75a412eede121bbc9595202255474917b (patch) | |
tree | 013c3ec5262902ec1f465224a041b6e1fffb875a /RepositoryModule_host.mk | |
parent | 32e5370d84c9dfd3c0ada9a6476795c518e8947d (diff) |
Consistently use gb_Helper_optional
Change-Id: I73108da58cfb1243b699678661a628643fa170a2
Diffstat (limited to 'RepositoryModule_host.mk')
-rw-r--r-- | RepositoryModule_host.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk index 5ade85ad0f9d..29670f783afe 100644 --- a/RepositoryModule_host.mk +++ b/RepositoryModule_host.mk @@ -184,11 +184,11 @@ endef ifeq (,$(filter-out all,$(MAKECMDGOALS))) $(eval $(call repositorymodule_serialize,\ scfilt scopencl \ - $(if $(filter SCRIPTING,$(BUILD_TYPE)),vbaobj) \ + $(call gb_Helper_optional,SCRIPTING,vbaobj) \ sc msword \ $(call gb_Helper_optional,DESKTOP,swui) \ sw sd \ - $(if $(filter DBCONNECTIVITY,$(BUILD_TYPE)),dbu) \ + $(call gb_Helper_optional,DBCONNECTIVITY,dbu) \ writerfilter cui chartcontroller chartcore oox svx \ $(if $(MERGELIBS),merged,svxcore) \ xo sfx fwk svt vcl \ |