[Mesa-dev] [PATCH 1/2] dri: Fix typo in xml file that made all applications use the workaround.

Eric Anholt eric at anholt.net
Mon Jan 30 15:23:18 PST 2012


---
 src/mesa/drivers/dri/common/drirc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/common/drirc b/src/mesa/drivers/dri/common/drirc
index 7abc646..ac83a2d 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>
-- 
1.7.7.3



More information about the mesa-dev mailing list