diff options
author | Emil Velikov <[email protected]> | 2014-06-19 00:28:49 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-06-19 12:37:14 +0100 |
commit | 6984e8db91da0725127f1d66bede54e074a32e8c (patch) | |
tree | 627fbb51a54568210b9bdfeb871680edcdbf50f6 /src/gallium/winsys/Makefile.am | |
parent | 25182e249e50b0fce41d975ae2b3c9cbdb8d0ef3 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/gallium/winsys/Makefile.am')
-rw-r--r-- | src/gallium/winsys/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |