summaryrefslogtreecommitdiffstats
path: root/src/gallium/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-03-14 22:36:26 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2015-03-21 17:16:35 +0000
commit1081ed9dc38e7f84b3a7a6e4461a188ae30bd9a2 (patch)
tree2d9ae392d59c9e91aefe432ca58003d352c94cc9 /src/gallium/Makefile.am
parent48c7461d5a0d5cb0f3df5025d7849d27e73a80b3 (diff)
downloadexternal_mesa3d-1081ed9dc38e7f84b3a7a6e4461a188ae30bd9a2.zip
external_mesa3d-1081ed9dc38e7f84b3a7a6e4461a188ae30bd9a2.tar.gz
external_mesa3d-1081ed9dc38e7f84b3a7a6e4461a188ae30bd9a2.tar.bz2
winsys/sw/wayland: remove unused winsys
st/egl was its only user. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/gallium/Makefile.am')
-rw-r--r--src/gallium/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am
index 69e2e1e..47579ed 100644
--- a/src/gallium/Makefile.am
+++ b/src/gallium/Makefile.am
@@ -100,10 +100,6 @@ if HAVE_EGL_PLATFORM_FBDEV
SUBDIRS += winsys/sw/fbdev
endif
-if HAVE_EGL_PLATFORM_WAYLAND
-SUBDIRS += winsys/sw/wayland
-endif
-
SUBDIRS += winsys/sw/wrapper
##