diff options
author | Emil Velikov <[email protected]> | 2015-07-08 01:44:31 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-07-22 16:35:25 +0100 |
commit | 66d77cd71c6359cddfd21c128afe95bad860e231 (patch) | |
tree | 3569697090befe4e0117b6db18b07a5183045e33 /src/gallium/SConscript | |
parent | a29a8b92ff05f3a63dd3b6ae8c7d0e07f039c0ad (diff) |
scons: don't build the kms-dri winsys
Same as previous commit - unused (gbm is not a thing outside the
autotools build).
v2: Remove trailing HAVE_LIBDRM.
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/SConscript')
-rw-r--r-- | src/gallium/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/SConscript b/src/gallium/SConscript index eeb1c780fcd..fa5fa6e8734 100644 --- a/src/gallium/SConscript +++ b/src/gallium/SConscript @@ -46,7 +46,6 @@ if env['platform'] == 'haiku': if env['dri']: SConscript([ 'winsys/sw/dri/SConscript', - 'winsys/sw/kms-dri/SConscript', 'winsys/svga/drm/SConscript', ]) |