Kaydet (Commit) 7f564cc7 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Consistently use gb_Helper_optional

Change-Id: I73108da58cfb1243b699678661a628643fa170a2
üst 32e5370d
...@@ -184,11 +184,11 @@ endef ...@@ -184,11 +184,11 @@ endef
ifeq (,$(filter-out all,$(MAKECMDGOALS))) ifeq (,$(filter-out all,$(MAKECMDGOALS)))
$(eval $(call repositorymodule_serialize,\ $(eval $(call repositorymodule_serialize,\
scfilt scopencl \ scfilt scopencl \
$(if $(filter SCRIPTING,$(BUILD_TYPE)),vbaobj) \ $(call gb_Helper_optional,SCRIPTING,vbaobj) \
sc msword \ sc msword \
$(call gb_Helper_optional,DESKTOP,swui) \ $(call gb_Helper_optional,DESKTOP,swui) \
sw sd \ sw sd \
$(if $(filter DBCONNECTIVITY,$(BUILD_TYPE)),dbu) \ $(call gb_Helper_optional,DBCONNECTIVITY,dbu) \
writerfilter cui chartcontroller chartcore oox svx \ writerfilter cui chartcontroller chartcore oox svx \
$(if $(MERGELIBS),merged,svxcore) \ $(if $(MERGELIBS),merged,svxcore) \
xo sfx fwk svt vcl \ xo sfx fwk svt vcl \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment