summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-01-30 13:29:07 -0800
committerIan Romanick <ian.d.romanick@intel.com>2012-02-07 16:18:32 -0800
commit1531b94471fa283690fabb19e9a157247ba5fb8b (patch)
treea913a35703e5e5d85bb38d2f783b6016d2af8499
parentb5efe0881ed385de36fa2f4889e1dd962990420a (diff)
dri: Fix typo in xml file that made all applications use the workaround.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Eugeni Dodonov <eugeni.dodonov@intel.com> (cherry picked from commit 4dd2743d4542bedd935134d351e528ad574f7ee5)
-rw-r--r--src/mesa/drivers/dri/common/drirc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/common/drirc b/src/mesa/drivers/dri/common/drirc
index 7abc6464894..ac83a2decb3 100644
--- a/src/mesa/drivers/dri/common/drirc
+++ b/src/mesa/drivers/dri/common/drirc
@@ -1,6 +1,6 @@
<driconf>
<device screen="0" driver="i965">
- <application name="Sanctuary">
+ <application executable="Sanctuary">
<option name="force_glsl_extensions_warn" value="true" />
</application>
</device>