aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2012-01-30 13:29:07 -0800
committerEric Anholt <[email protected]>2012-02-03 09:26:23 +0100
commit4dd2743d4542bedd935134d351e528ad574f7ee5 (patch)
tree7d3f0d6efce6fb1884027ec7d9ff799ce51899c4 /src
parent27af00eac8c574c2fc145e333d1c0ade1fd91cda (diff)
dri: Fix typo in xml file that made all applications use the workaround.
Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Eugeni Dodonov <[email protected]>
Diffstat (limited to 'src')
-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>