diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 20:06:04 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-12 20:54:28 +0000 |
commit | ec53ac63e342d9d00e1aed4372a903630b6a191b (patch) | |
tree | 553abe8fb666e609b60a97fbcd5c3edaed348d9b /opencl | |
parent | f18d1d7be8085d82a013a34ed6d1cb2253d7721c (diff) |
Move clew/clew.h into external, too
For consistency with what 38cd1d9a5f00dc69ba0d60e2fe6957090c7a26d1 "clew: move
this foreign code to external/clew" did for clew.c. Library_scfilt depends on
clew/clew.h, simply make it depend on the full clew external.
Change-Id: Idcbf56a69084e108832c8970507ebea0f7ff400b
Reviewed-on: https://gerrit.libreoffice.org/24035
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'opencl')
-rw-r--r-- | opencl/Library_opencl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opencl/Library_opencl.mk b/opencl/Library_opencl.mk index edc6adda2e04..eb832208b654 100644 --- a/opencl/Library_opencl.mk +++ b/opencl/Library_opencl.mk @@ -20,6 +20,7 @@ $(eval $(call gb_Library_add_defs,opencl,\ $(eval $(call gb_Library_use_externals,opencl,\ boost_headers \ + clew \ icu_headers \ icui18n \ icuuc \ @@ -32,7 +33,6 @@ $(eval $(call gb_Library_use_custom_headers,opencl,\ $(eval $(call gb_Library_use_sdk_api,opencl)) $(eval $(call gb_Library_use_libraries,opencl,\ - clew \ configmgr \ comphelper \ cppu \ |