summaryrefslogtreecommitdiffstats
path: root/src/gallium/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-10-11 11:53:45 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2015-11-21 12:52:18 +0000
commitbe430726e2586e1c9932953325b45e0e6a39f301 (patch)
treeccc12e39dfffd55d15532ced630e63f022d17d9a /src/gallium/Makefile.am
parentf9c9471b768593d61c486f7a9c0dac52e22fff65 (diff)
downloadexternal_mesa3d-be430726e2586e1c9932953325b45e0e6a39f301.zip
external_mesa3d-be430726e2586e1c9932953325b45e0e6a39f301.tar.gz
external_mesa3d-be430726e2586e1c9932953325b45e0e6a39f301.tar.bz2
configure: use HAVE_DRISW_KMS when handling kms swrast
Using HAVE_DRI2 to manage it seems counter-intuitive. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Rob Clark <robclark@freedesktop.org>
Diffstat (limited to 'src/gallium/Makefile.am')
-rw-r--r--src/gallium/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am
index 611d55f..2c75083 100644
--- a/src/gallium/Makefile.am
+++ b/src/gallium/Makefile.am
@@ -98,7 +98,7 @@ if HAVE_DRISW
SUBDIRS += winsys/sw/dri
endif
-if HAVE_DRI2
+if HAVE_DRISW_KMS
SUBDIRS += winsys/sw/kms-dri
endif