Fix circular deps when opencl is disabled
Change-Id: Ic68f3ae19ae55d507b80f4685966357d55cb47b9 Reviewed-on: https://gerrit.libreoffice.org/11407 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
This commit is contained in:
parent
1e04460c9a
commit
2d85145755
1 changed files with 2 additions and 1 deletions
|
@ -182,7 +182,8 @@ endef
|
|||
# the default goal is all (see Module.mk)
|
||||
ifeq (,$(filter-out all build check unitcheck slowcheck subsequentcheck,$(MAKECMDGOALS)))
|
||||
$(eval $(call repositorymodule_serialize,\
|
||||
scfilt scopencl \
|
||||
scfilt \
|
||||
$(if $(ENABLE_OPENCL),scopencl) \
|
||||
$(call gb_Helper_optional,SCRIPTING,vbaobj) \
|
||||
sc msword \
|
||||
$(call gb_Helper_optional,DESKTOP,swui) \
|
||||
|
|
Loading…
Reference in a new issue