diff options
author | Emil Velikov <[email protected]> | 2015-03-14 22:36:27 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-03-21 17:16:38 +0000 |
commit | 65a8d4d6ddbed8fd47cd4efc38d4a344add5ec5a (patch) | |
tree | 9a910e43105906df648f88171b877f26f6420922 /src/gallium/Makefile.am | |
parent | 1081ed9dc38e7f84b3a7a6e4461a188ae30bd9a2 (diff) |
winsys/sw/fbdev: remove unused software 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 47579ed939f..9285037e17b 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 ## |