Kaydet (Commit) a20269a5 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

scui needs the opencl library at least on Windows

Change-Id: I4183b957d59bb81b8df7a5f51418be94c879b3fe
üst 044f4c0f
...@@ -24,7 +24,7 @@ $(eval $(call gb_Library_use_sdk_api,scui)) ...@@ -24,7 +24,7 @@ $(eval $(call gb_Library_use_sdk_api,scui))
$(eval $(call gb_Library_use_externals,scui,\ $(eval $(call gb_Library_use_externals,scui,\
boost_headers \ boost_headers \
$(call gb_Helper_optional,OPENCL,clew) \ $(call gb_Helper_optional,OPENCL,clew) \
mdds_headers \ mdds_headers \
)) ))
...@@ -36,6 +36,8 @@ $(eval $(call gb_Library_use_libraries,scui,\ ...@@ -36,6 +36,8 @@ $(eval $(call gb_Library_use_libraries,scui,\
for \ for \
forui \ forui \
i18nlangtag \ i18nlangtag \
$(call gb_Helper_optional,OPENCL, \
opencl) \
sal \ sal \
sc \ sc \
sfx \ sfx \
......
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