diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-10-29 14:45:48 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-10-29 15:29:22 +0200 |
commit | 28561633d82df4f7909b6d8211d4bff2912f1bd6 (patch) | |
tree | 48f5b2c6d1597447e6124418bda1452a16906190 /RepositoryModule_host.mk | |
parent | 20860044c4a8c990a0b734c5a8eb63de4ab03260 (diff) |
Don't bother with a separate dynamically loaded scopencl library
Just link that code into the sc library. We use clew anyway to handle
optoinal presence of OpenCL at run-time.
This is a straightforward change for now. Could be cleaner; we could
get rid of the fairly pointless wrappers in
sc/source/core/opencl/formulagroupcl.cxx for instance.
Change-Id: I23215c6516ef04698f6891e2a7fc6611dc83b37a
Diffstat (limited to 'RepositoryModule_host.mk')
-rw-r--r-- | RepositoryModule_host.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk index 6d9b51f30000..6190e4bd94e4 100644 --- a/RepositoryModule_host.mk +++ b/RepositoryModule_host.mk @@ -183,7 +183,6 @@ endef ifeq (,$(filter-out all build check unitcheck slowcheck subsequentcheck,$(MAKECMDGOALS))) $(eval $(call repositorymodule_serialize,\ scfilt \ - $(if $(ENABLE_OPENCL),scopencl) \ $(call gb_Helper_optional,SCRIPTING,vbaobj) \ sc msword \ $(call gb_Helper_optional,DESKTOP,swui) \ |