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 ddab9ef..30c3378 100644 (file)
@@ -1,6 +1,6 @@
 Import('*')
 
-if env['drm']:
+if env['dri']:
        SConscript([
                'drm/SConscript',
        ])