Mesa (master): isl: Fix android build

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Dec 5 11:50:38 UTC 2020


Module: Mesa
Branch: master
Commit: 87ad5f5b0df3beb3e971b3e5a5187ce1f4ac828b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=87ad5f5b0df3beb3e971b3e5a5187ce1f4ac828b

Author: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Date:   Sat Dec  5 12:52:56 2020 +0200

isl: Fix android build

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Suggested-by: Mauro Rossi <issor.oruam at gmail.com>
Fixes: f08d8c849e0df3 ("intel/isl: Build gen 12.5")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3931
Acked-by: Jason Ekstrand <jason at jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7938>

---

 src/intel/Makefile.sources | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources
index 4450f047961..df0de7558c1 100644
--- a/src/intel/Makefile.sources
+++ b/src/intel/Makefile.sources
@@ -240,8 +240,6 @@ ISL_GEN12_FILES = \
 	isl/isl_surface_state.c
 
 ISL_GEN125_FILES = \
-	isl/isl_gen12.c \
-	isl/isl_gen12.h \
 	isl/isl_emit_depth_stencil.c \
 	isl/isl_surface_state.c
 



More information about the mesa-commit mailing list