4704acf63f
HAVE_FEATURE_OPENCL is included by a common Calc header and HAVE_FEATURE_DESKTOP is included by a common Writer header, causing pretty much their full rebuilds if any feature changes. Change-Id: If29bf78bd4fd70b37981e0826a577777fd255c89 Reviewed-on: https://gerrit.libreoffice.org/80776 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
13 lines
277 B
C
13 lines
277 B
C
/* A feature split out from config_features.h because it affects many files.
|
|
*/
|
|
|
|
#ifndef CONFIG_FEATURE_OPENCL_H
|
|
#define CONFIG_FEATURE_OPENCL_H
|
|
|
|
/*
|
|
* Whether OpenCL is usable on the platform and we should compile in use of OpenCL.
|
|
*/
|
|
|
|
#define HAVE_FEATURE_OPENCL 0
|
|
|
|
#endif
|