diff options
author | Emil Velikov <[email protected]> | 2015-03-14 22:36:26 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-03-21 17:16:35 +0000 |
commit | 1081ed9dc38e7f84b3a7a6e4461a188ae30bd9a2 (patch) | |
tree | 2d9ae392d59c9e91aefe432ca58003d352c94cc9 /src/gallium/Makefile.am | |
parent | 48c7461d5a0d5cb0f3df5025d7849d27e73a80b3 (diff) |
winsys/sw/wayland: remove unused winsys
st/egl was its only user.
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/gallium/Makefile.am')
-rw-r--r-- | src/gallium/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am index 69e2e1ed486..47579ed939f 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 ## |