repo.or.cz
/
mesa
/
nouveau-pmpeg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
glsl2: Add and use new variable mode ir_var_temporary
[mesa/nouveau-pmpeg.git]
/
src
/
gallium
/
targets
/
dri-i915
/
SConscript
blob
65c423988755d4d93acc8629f78bde9aeaa6d842
1
Import('*')
2
3
if not 'i915' in env['drivers']:
4
print 'warning: i915 pipe driver not built skipping i915_dri.so'
5
Return()
6
7
env = drienv.Clone()
8
9
env.ParseConfig('pkg-config --cflags --libs libdrm_intel')
10
11
env.Prepend(LIBS = [
12
st_dri,
13
i915drm,
14
i915,
15
trace,
16
rbug,
17
mesa,
18
glsl,
19
gallium,
20
COMMON_DRI_DRM_OBJECTS
21
])
22
23
env.LoadableModule(
24
target = 'i915_dri.so',
25
source = 'dummy.c',
26
SHLIBPREFIX = '',
27
)