diff options
author | José Fonseca <jfonseca@vmware.com> | 2010-08-26 06:47:24 +0100 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2010-08-26 06:47:24 +0100 |
commit | 43d94dba5f5b316f2156b176009eb07a6acbe3b2 (patch) | |
tree | d2da42ba5690c93c35a0a8a3106b778465f63e01 /SConstruct | |
parent | f0eb02af800ea1c4be6847ead0096d368d9276ff (diff) |
graw: Remove graw-null.
Pointless now that the graw tests can be built independently of any graw
implementation.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct index bb03e5055e..14663727f5 100644 --- a/SConstruct +++ b/SConstruct @@ -31,7 +31,7 @@ import common # Configuration options default_statetrackers = 'mesa' -default_targets = 'graw-null' +default_targets = 'none' if common.default_platform in ('linux', 'freebsd', 'darwin'): default_drivers = 'softpipe,failover,svga,i915,i965,trace,identity,llvmpipe' @@ -69,7 +69,6 @@ opts.Add(ListVariable('targets', 'driver targets to build', default_targets, 'egl-swrast', 'egl-vmwgfx', 'graw-xlib', - 'graw-null', 'libgl-gdi', 'libgl-xlib', 'xorg-i915', |