summaryrefslogtreecommitdiffstats
path: root/src/gallium/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-03-14 22:36:27 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2015-03-21 17:16:38 +0000
commit65a8d4d6ddbed8fd47cd4efc38d4a344add5ec5a (patch)
tree9a910e43105906df648f88171b877f26f6420922 /src/gallium/Makefile.am
parent1081ed9dc38e7f84b3a7a6e4461a188ae30bd9a2 (diff)
downloadexternal_mesa3d-65a8d4d6ddbed8fd47cd4efc38d4a344add5ec5a.zip
external_mesa3d-65a8d4d6ddbed8fd47cd4efc38d4a344add5ec5a.tar.gz
external_mesa3d-65a8d4d6ddbed8fd47cd4efc38d4a344add5ec5a.tar.bz2
winsys/sw/fbdev: remove unused software 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 47579ed..9285037 100644
--- a/src/gallium/Makefile.am
+++ b/src/gallium/Makefile.am
@@ -96,10 +96,6 @@ if HAVE_DRI2
SUBDIRS += winsys/sw/kms-dri
endif
-if HAVE_EGL_PLATFORM_FBDEV
-SUBDIRS += winsys/sw/fbdev
-endif
-
SUBDIRS += winsys/sw/wrapper
##