mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
identity: Add id_drm.c to SCons build.
This was missed in commit f7cbaae13d.
This commit is contained in:
parent
077570c12b
commit
02ee7c2950
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue