repo.or.cz
/
mesa
/
mesa-lb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gallium: add target-helpers/wrap_screen.c to C_SOURCES
[mesa/mesa-lb.git]
/
src
/
gallium
/
winsys
/
drm
/
i965
/
gem
/
SConscript
blob
6256ec6eaf09a38436fb14cd612764da96faa151
1
Import('*')
2
3
env = drienv.Clone()
4
5
i965drm_sources = [
6
'i965_drm_api.c',
7
'i965_drm_buffer.c',
8
]
9
10
i965drm = env.ConvenienceLibrary(
11
target ='i965drm',
12
source = i965drm_sources,
13
)
14
15
Export('i965drm')