From 290328970638be54a9fbbd07a3067d6a089122ed Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 5 Sep 2014 14:06:22 +0100 Subject: configure: kill off NEED_WINSYS_WRAPPER Just drop the conditional and simplify our build. This means that it'll build every time, but it does not require any dependencies nor does it take that long to compile 200 lines of boilerplate code. Signed-off-by: Emil Velikov --- src/gallium/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gallium/Makefile.am') diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am index 32a5dc7..3cefb2f 100644 --- a/src/gallium/Makefile.am +++ b/src/gallium/Makefile.am @@ -105,9 +105,7 @@ if HAVE_EGL_PLATFORM_WAYLAND SUBDIRS += winsys/sw/wayland endif -if NEED_WINSYS_WRAPPER SUBDIRS += winsys/sw/wrapper -endif ## ## Don't forget to bundle the remaining (non autotools) winsys' -- cgit v1.1