summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/graw-xlib
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-03-14 22:36:31 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2015-03-21 17:18:28 +0000
commit429a4355259b3c4fe80838b499a8d8afa41f290a (patch)
tree689f2e589836527feb8639f316d07e4896f684fb /src/gallium/targets/graw-xlib
parent84041bab3f3673c92861d31321a25158831a74fa (diff)
downloadexternal_mesa3d-429a4355259b3c4fe80838b499a8d8afa41f290a.zip
external_mesa3d-429a4355259b3c4fe80838b499a8d8afa41f290a.tar.gz
external_mesa3d-429a4355259b3c4fe80838b499a8d8afa41f290a.tar.bz2
galahad: remove driver
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/gallium/targets/graw-xlib')
-rw-r--r--src/gallium/targets/graw-xlib/SConscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/targets/graw-xlib/SConscript b/src/gallium/targets/graw-xlib/SConscript
index 886811b..bf9cf72 100644
--- a/src/gallium/targets/graw-xlib/SConscript
+++ b/src/gallium/targets/graw-xlib/SConscript
@@ -20,7 +20,7 @@ env.Append(CPPPATH = [
'#src/gallium/winsys',
])
-env.Append(CPPDEFINES = ['GALLIUM_RBUG', 'GALLIUM_TRACE', 'GALLIUM_GALAHAD'])
+env.Append(CPPDEFINES = ['GALLIUM_RBUG', 'GALLIUM_TRACE'])
sources = [
'graw_xlib.c',
@@ -28,8 +28,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')