env.Append(CPPPATH = [ | env.Append(CPPPATH = [ | ||||
'#src/gallium/drivers', | '#src/gallium/drivers', | ||||
'#src/gallium/include/state_tracker', | |||||
]) | ]) | ||||
'graw_util.c', | 'graw_util.c', | ||||
] | ] | ||||
env.Tool('x11') | |||||
if True: | if True: | ||||
env.Append(CPPDEFINES = 'GALLIUM_SOFTPIPE') | env.Append(CPPDEFINES = 'GALLIUM_SOFTPIPE') | ||||
env.Prepend(LIBS = [softpipe]) | env.Prepend(LIBS = [softpipe]) |