From 6984e8db91da0725127f1d66bede54e074a32e8c Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 19 Jun 2014 00:28:49 +0100 Subject: automake: stop building i915-sw and drop explicit linking to softpipe Unused and possibly broken. Will be completely removed in upcomming commits. Signed-off-by: Emil Velikov --- src/gallium/winsys/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/winsys/Makefile.am') diff --git a/src/gallium/winsys/Makefile.am b/src/gallium/winsys/Makefile.am index 7d7a0b11f7a..7c4e5ad564c 100644 --- a/src/gallium/winsys/Makefile.am +++ b/src/gallium/winsys/Makefile.am @@ -48,7 +48,7 @@ SUBDIRS += freedreno/drm endif if HAVE_GALLIUM_I915 -SUBDIRS += i915/sw i915/drm +SUBDIRS += i915/drm endif if HAVE_GALLIUM_ILO -- cgit v1.2.3