summaryrefslogtreecommitdiff
path: root/RepositoryModule_host.mk
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@pefoley.com>2014-09-11 18:05:01 -0400
committerDavid Tardon <dtardon@redhat.com>2014-09-13 15:29:33 +0000
commit2d8514575599dfcede1c5298a376d9f66ca35f71 (patch)
treea18e1fe0e03cab7e686c3c2776f0fbbdd568e501 /RepositoryModule_host.mk
parent1e04460c9a6e7b2bec3a60fe6ffcf0509a870087 (diff)
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>
Diffstat (limited to 'RepositoryModule_host.mk')
-rw-r--r--RepositoryModule_host.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk
index 1ba50ecbd952..6d9b51f30000 100644
--- a/RepositoryModule_host.mk
+++ b/RepositoryModule_host.mk
@@ -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) \