diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-11-25 13:29:44 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-11-25 20:05:45 +0200 |
commit | a7a79ee92d5663248abdc3f6d1476e28c1abda6a (patch) | |
tree | c9c2e02a301b88d770f38680c10b4f6ef3d84606 /configure.ac | |
parent | 5cec4ea827570a5bb0a368025f3733b841107d07 (diff) |
Move clew into a library of its own
Change-Id: Ifb7e86b078bd549506a9cc1b9ce9fc22fffc5eec
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7f1e4b07515d..92a2d1b05eb0 100644 --- a/configure.ac +++ b/configure.ac @@ -10264,6 +10264,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) |