summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-04-22 16:04:05 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2016-04-26 14:55:22 -0700
commitbed74299c22d5f7e740f48a5ce47bc2864c09f89 (patch)
treeb33e13c8b537114fb4ee55c8071854263e126dd3 /configure.ac
parent0551f3dfa4a14108dda58eceba3522c9071b2a90 (diff)
downloadexternal_mesa3d-bed74299c22d5f7e740f48a5ce47bc2864c09f89.zip
external_mesa3d-bed74299c22d5f7e740f48a5ce47bc2864c09f89.tar.gz
external_mesa3d-bed74299c22d5f7e740f48a5ce47bc2864c09f89.tar.bz2
i965/blorp: Convert brw_blorp.cpp to a C file
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 38d1f5b..3556827 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2654,6 +2654,11 @@ AC_CONFIG_FILES([Makefile
AC_OUTPUT
+# Fix up dependencies in *.Plo files, where we changed the extension of a
+# source file
+$SED -i -e 's/brw_blorp.cpp/brw_blorp.c/' src/mesa/drivers/dri/i965/.deps/brw_blorp.Plo
+
+
dnl
dnl Output some configuration info for the user
dnl