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

ENABLE_OPENCL should be TRUE or empty

Should make the Android tinderboxes happy.

Change-Id: Idf33106514a1d0e34566d76d97d689e7543eda3c
üst cb1c2d14
......@@ -10330,7 +10330,6 @@ if test $_os != iOS -a $_os != Android -a "x$enable_opencl" != "xno"; then
else
AC_MSG_RESULT([no])
enable_opencl=no
ENABLE_OPENCL=FALSE
fi
AC_SUBST(ENABLE_OPENCL)
......
......@@ -19,7 +19,7 @@ $(eval $(call gb_Module_add_targets,sc,\
UIConfig_scalc \
))
ifeq ($(ENABLE_OPENCL),TRUE)
ifneq (,$(ENABLE_OPENCL))
$(eval $(call gb_Module_add_targets,sc,\
Library_scopencl \
))
......
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