summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-04-22 14:48:36 -0700
committerJason Ekstrand <[email protected]>2016-04-26 14:55:22 -0700
commit4040fff81d6bafdf71fae86fc4cb17bf007194af (patch)
tree2ace0d43defaafb60b208314ce227350bbc33fb0 /configure.ac
parent71775afe6e700b7240240657d8bd2ad761b610cd (diff)
i965/blorp: Convert state setup to C
Reviewed-by: Topi Pohjolainen <[email protected]> Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 35568278c1e..5f75c60bfc4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2657,6 +2657,9 @@ 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
+$SED -i -e 's/gen6_blorp.cpp/gen6_blorp.c/' src/mesa/drivers/dri/i965/.deps/gen6_blorp.Plo
+$SED -i -e 's/gen7_blorp.cpp/gen7_blorp.c/' src/mesa/drivers/dri/i965/.deps/gen7_blorp.Plo
+$SED -i -e 's/gen8_blorp.cpp/gen8_blorp.c/' src/mesa/drivers/dri/i965/.deps/gen8_blorp.Plo
dnl