Mesa (master): Fix mistake in 349845f7b

Matt Turner mattst88 at kemper.freedesktop.org
Sat Jan 21 16:37:29 UTC 2012


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

Author: Andrei Slăvoiu <andrei.slavoiu at gmail.com>
Date:   Sat Jan 21 11:36:26 2012 -0500

Fix mistake in 349845f7b

---

 src/mesa/drivers/dri/swrast/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/swrast/Makefile.am b/src/mesa/drivers/dri/swrast/Makefile.am
index 6e5afd5..0a28004 100644
--- a/src/mesa/drivers/dri/swrast/Makefile.am
+++ b/src/mesa/drivers/dri/swrast/Makefile.am
@@ -39,7 +39,7 @@ AM_CFLAGS = \
 
 dridir = $(DRI_DRIVER_INSTALL_DIR)
 
-if HAVE_I965_DRI
+if HAVE_SWRAST_DRI
 dri_LTLIBRARIES = swrast_dri.la
 endif
 




More information about the mesa-commit mailing list