scons: Fix build.
authorMichal Krol <michal@tungstengraphics.com>
Mon, 18 Aug 2008 12:40:02 +0000 (14:40 +0200)
committerMichal Krol <michal@tungstengraphics.com>
Mon, 18 Aug 2008 12:40:02 +0000 (14:40 +0200)
src/gallium/winsys/SConscript

index ddab9efc86eac61a8d42c4c5c01a3894c4a4b65f..30c3378dfff432dac799422690b4f2f5f98300c3 100644 (file)
@@ -1,6 +1,6 @@
 Import('*')
 
-if env['drm']:
+if env['dri']:
        SConscript([
                'drm/SConscript',
        ])