Blame SOURCES/0001-Resolves-rhbz-1432468-disable-opencl-by-default.patch

eac0b7
From b54cfe9d3d22fdd40f7015bd343df8620c983779 Mon Sep 17 00:00:00 2001
eac0b7
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
eac0b7
Date: Mon, 27 Mar 2017 11:47:01 +0100
eac0b7
Subject: [PATCH] Resolves: rhbz#1432468 disable opencl by default
eac0b7
eac0b7
Change-Id: Ie037fcabdd219f195425979dd721501fb5527573
eac0b7
---
eac0b7
 officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 +-
eac0b7
 1 file changed, 1 insertion(+), 1 deletion(-)
eac0b7
eac0b7
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
eac0b7
index 946bd32..284d694 100644
eac0b7
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
eac0b7
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
eac0b7
@@ -5670,7 +5670,7 @@
eac0b7
           <desc>Determines whether OpenCL can be used, when available, to speed up
eac0b7
           some operations.</desc>
eac0b7
         </info>
eac0b7
-        <value>true</value>
eac0b7
+        <value>false</value>
eac0b7
       </prop>
eac0b7
       <prop oor:name="OpenCLBlackList" oor:type="oor:string-list" oor:nillable="false">
eac0b7
         
eac0b7
-- 
eac0b7
2.9.3
eac0b7