st/dri: Remove dri.c from SCons build.
authorVinson Lee <vlee@vmware.com>
Wed, 26 May 2010 17:24:36 +0000 (10:24 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 26 May 2010 17:24:36 +0000 (10:24 -0700)
This was missed in commit f501230db3a94c9328b8e769d9c17b2c3792e19c.
Fixes SCons build.

src/gallium/state_trackers/dri/drm/SConscript

index 965dc95760fbd4f7d6c46877d012122785f57886..0c279d223663b0400f7e38da9e90a7fbdceaf6d2 100644 (file)
@@ -22,7 +22,6 @@ if env['dri']:
                'dri_drawable.c',
                'dri_screen.c',
                'dri1_helper.c',
-               'dri1.c',
                'dri2.c',
                ]
     )