diff options
author | Jason Ekstrand <jason.ekstrand@intel.com> | 2016-04-22 16:04:05 -0700 |
---|---|---|
committer | Jason Ekstrand <jason.ekstrand@intel.com> | 2016-04-26 14:55:22 -0700 |
commit | bed74299c22d5f7e740f48a5ce47bc2864c09f89 (patch) | |
tree | b33e13c8b537114fb4ee55c8071854263e126dd3 /configure.ac | |
parent | 0551f3dfa4a14108dda58eceba3522c9071b2a90 (diff) |
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.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 38d1f5baf8..35568278c1 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 |