summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-11-25 13:29:44 +0200
committerTor Lillqvist <tml@collabora.com>2014-11-28 10:21:48 +0200
commitf19d8a784510837066b7ba4c4f0691a4af8e9874 (patch)
treee1f84d631a7c22f1c6057619ffb012af97af32d2 /configure.ac
parent2f0d4b3c41def8a2bc5a1440d53a008fe40da577 (diff)
Move clew into a library of its own
Change-Id: Ifb7e86b078bd549506a9cc1b9ce9fc22fffc5eec
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 383acfa8141c..c867dc0457b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10258,6 +10258,7 @@ dnl =================================================
ENABLE_OPENCL=
if test $_os != iOS -a $_os != Android; then
ENABLE_OPENCL=TRUE
+ BUILD_TYPE="$BUILD_TYPE CLCC"
AC_DEFINE(HAVE_FEATURE_OPENCL)
fi
AC_SUBST(ENABLE_OPENCL)