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-radeong
/
SConscript
blob
4c6cfb84ebade0ed5b80dd5658ee0aa373dd4573
1
Import('*')
2
3
if not 'r300' in env['drivers']:
4
print 'warning: r300 pipe driver not built skipping radeong_dri.so'
5
Return()
6
7
env = drienv.Clone()
8
9
env.ParseConfig('pkg-config --cflags --libs libdrm_radeon')
10
11
env.Prepend(LIBS = [
12
st_dri,
13
radeonwinsys,
14
r300,
15
trace,
16
rbug,
17
mesa,
18
glsl,
19
gallium,
20
COMMON_DRI_DRM_OBJECTS
21
])
22
23
env.SharedLibrary(
24
target ='radeon_dri.so',
25
source = 'dummy.c',
26
SHLIBPREFIX = '',
27
)