diff options
author | Emil Velikov <[email protected]> | 2015-03-14 22:36:31 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-03-21 17:18:28 +0000 |
commit | 429a4355259b3c4fe80838b499a8d8afa41f290a (patch) | |
tree | 689f2e589836527feb8639f316d07e4896f684fb /src/gallium/targets/graw-gdi/SConscript | |
parent | 84041bab3f3673c92861d31321a25158831a74fa (diff) |
galahad: remove driver
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/gallium/targets/graw-gdi/SConscript')
-rw-r--r-- | src/gallium/targets/graw-gdi/SConscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/targets/graw-gdi/SConscript b/src/gallium/targets/graw-gdi/SConscript index f8db6e6c85d..67d437374fb 100644 --- a/src/gallium/targets/graw-gdi/SConscript +++ b/src/gallium/targets/graw-gdi/SConscript @@ -23,8 +23,8 @@ sources = [ ] if True: - env.Append(CPPDEFINES = ['GALLIUM_TRACE', 'GALLIUM_RBUG', 'GALLIUM_GALAHAD', 'GALLIUM_SOFTPIPE']) - env.Prepend(LIBS = [trace, rbug, galahad, softpipe]) + env.Append(CPPDEFINES = ['GALLIUM_TRACE', 'GALLIUM_RBUG', 'GALLIUM_SOFTPIPE']) + env.Prepend(LIBS = [trace, rbug, softpipe]) if env['llvm']: env.Append(CPPDEFINES = 'GALLIUM_LLVMPIPE') |