summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-09-11 17:46:35 -0400
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-09-19 17:03:16 +0200
commit03f548e6fb74e83b32b59ba198e5c82e30320519 (patch)
tree3b18d60d64686f267615b6c53f33584ad0d4e41e /config_host
parentf1717208ec22f146acec5ad2483c5cdc9a536484 (diff)
Allow enable / disable opencl at build time.
Change-Id: I65e2a71aae8317930d1575e7d82c11c3fd2b74de
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_features.h.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in
index 08720a7e270a..100706ac9098 100644
--- a/config_host/config_features.h.in
+++ b/config_host/config_features.h.in
@@ -67,6 +67,13 @@
#define HAVE_FEATURE_MULTIUSER_ENVIRONMENT 0
+/*
+ * Whether we have the OpenCL headers and should compile in any
+ * support for that abstraction.
+ */
+
+#define HAVE_FEATURE_OPENCL 0
+
/*
* Whether the OS has Avahi support,
* This library is used for zeroconf service publication on the local network