You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.1 KiB
26 lines
1.1 KiB
From 87b90b6fbf010effd44ef0e2bd3d75b27562a82b Mon Sep 17 00:00:00 2001 |
|
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com> |
|
Date: Mon, 27 Mar 2017 11:47:01 +0100 |
|
Subject: [PATCH] Resolves: rhbz#1432468 disable opencl by default |
|
|
|
Change-Id: Ie037fcabdd219f195425979dd721501fb5527573 |
|
--- |
|
officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 +- |
|
1 file changed, 1 insertion(+), 1 deletion(-) |
|
|
|
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs |
|
index 99b4104f6499..ef7ada84c2f3 100644 |
|
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs |
|
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs |
|
@@ -5652,7 +5652,7 @@ |
|
<desc>Determines whether OpenCL can be used, when available, to speed up |
|
some operations.</desc> |
|
</info> |
|
- <value>true</value> |
|
+ <value>false</value> |
|
</prop> |
|
<prop oor:name="OpenCLDenyList" oor:type="oor:string-list" oor:nillable="false"> |
|
<!-- UIHints: Tools - Options General OpenCL --> |
|
-- |
|
2.29.2 |
|
|
|
|