diff options
author | José Fonseca <[email protected]> | 2010-08-26 06:47:24 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-08-26 06:47:24 +0100 |
commit | 43d94dba5f5b316f2156b176009eb07a6acbe3b2 (patch) | |
tree | d2da42ba5690c93c35a0a8a3106b778465f63e01 /src/gallium/targets/SConscript | |
parent | f0eb02af800ea1c4be6847ead0096d368d9276ff (diff) |
graw: Remove graw-null.
Pointless now that the graw tests can be built independently of any graw
implementation.
Diffstat (limited to 'src/gallium/targets/SConscript')
-rw-r--r-- | src/gallium/targets/SConscript | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/targets/SConscript b/src/gallium/targets/SConscript index e447d093610..7eecdb24c79 100644 --- a/src/gallium/targets/SConscript +++ b/src/gallium/targets/SConscript @@ -9,11 +9,6 @@ if 'mesa' in env['statetrackers']: if 'gdi' in env['winsys'] and 'libgl-gdi' not in env['targets']: env['targets'].append('libgl-gdi') -if not 'graw-xlib' in env['targets'] and not 'graw-null' in env['targets'] and not env['msvc']: - # XXX: disable until MSVC can link correctly - SConscript('graw-null/SConscript') - - if env['dri']: SConscript([ 'SConscript.dri' |