Kaydet (Commit) 2d851457 authored tarafından Peter Foley's avatar Peter Foley Kaydeden (comit) David Tardon

Fix circular deps when opencl is disabled

Change-Id: Ic68f3ae19ae55d507b80f4685966357d55cb47b9
Reviewed-on: https://gerrit.libreoffice.org/11407Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
Tested-by: 's avatarDavid Tardon <dtardon@redhat.com>
üst 1e04460c
...@@ -182,7 +182,8 @@ endef ...@@ -182,7 +182,8 @@ endef
# the default goal is all (see Module.mk) # the default goal is all (see Module.mk)
ifeq (,$(filter-out all build check unitcheck slowcheck subsequentcheck,$(MAKECMDGOALS))) ifeq (,$(filter-out all build check unitcheck slowcheck subsequentcheck,$(MAKECMDGOALS)))
$(eval $(call repositorymodule_serialize,\ $(eval $(call repositorymodule_serialize,\
scfilt scopencl \ scfilt \
$(if $(ENABLE_OPENCL),scopencl) \
$(call gb_Helper_optional,SCRIPTING,vbaobj) \ $(call gb_Helper_optional,SCRIPTING,vbaobj) \
sc msword \ sc msword \
$(call gb_Helper_optional,DESKTOP,swui) \ $(call gb_Helper_optional,DESKTOP,swui) \
......
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