Browse Source

identity: Add id_drm.c to SCons build.

This was missed in commit f7cbaae13d.
(cherry picked from commit 02ee7c2950)
tags/mesa-7.8
Vinson Lee 15 years ago
parent
commit
1b5b04de75
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/gallium/drivers/identity/SConscript

+ 2
- 1
src/gallium/drivers/identity/SConscript View File

@@ -5,9 +5,10 @@ env = env.Clone()
identity = env.ConvenienceLibrary(
target = 'identity',
source = [
'id_screen.c',
'id_context.c',
'id_drm.c',
'id_objects.c',
'id_screen.c',
])

Export('identity')

Loading…
Cancel
Save