From: Vinson Lee Date: Wed, 26 May 2010 17:24:36 +0000 (-0700) Subject: st/dri: Remove dri.c from SCons build. X-Git-Tag: 062012170305~12209 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=67d5a51021cbd4cecb2f1a3bc24fc14435639d49;p=profile%2Fivi%2Fmesa.git st/dri: Remove dri.c from SCons build. This was missed in commit f501230db3a94c9328b8e769d9c17b2c3792e19c. Fixes SCons build. --- diff --git a/src/gallium/state_trackers/dri/drm/SConscript b/src/gallium/state_trackers/dri/drm/SConscript index 965dc95..0c279d2 100644 --- a/src/gallium/state_trackers/dri/drm/SConscript +++ b/src/gallium/state_trackers/dri/drm/SConscript @@ -22,7 +22,6 @@ if env['dri']: 'dri_drawable.c', 'dri_screen.c', 'dri1_helper.c', - 'dri1.c', 'dri2.c', ] )