瀏覽代碼

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 年之前
父節點
當前提交
1b5b04de75
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      src/gallium/drivers/identity/SConscript

+ 2
- 1
src/gallium/drivers/identity/SConscript 查看文件

@@ -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…
取消
儲存