浏览代码

graw_xlib: build fixes

undefined
Keith Whitwell 15 年前
父节点
当前提交
edda7fd745
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      src/gallium/targets/graw-xlib/SConscript

+ 3
- 0
src/gallium/targets/graw-xlib/SConscript 查看文件



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])

正在加载...
取消
保存