mirror of https://github.com/GNOME/gimp.git
app: disable OpenCL by default, like GEGL does
This commit is contained in:
parent
d60c237805
commit
c0274b7b1f
|
@ -170,7 +170,7 @@ gimp_gegl_config_class_init (GimpGeglConfigClass *klass)
|
||||||
"use-opencl",
|
"use-opencl",
|
||||||
"Use OpenCL",
|
"Use OpenCL",
|
||||||
USE_OPENCL_BLURB,
|
USE_OPENCL_BLURB,
|
||||||
TRUE,
|
FALSE,
|
||||||
GIMP_PARAM_STATIC_STRINGS);
|
GIMP_PARAM_STATIC_STRINGS);
|
||||||
|
|
||||||
/* only for backward compatibility: */
|
/* only for backward compatibility: */
|
||||||
|
|
Loading…
Reference in New Issue