Module: Mesa Branch: master Commit: 309ba0cfa2bbd79307ea73f3fefe77de8bf94c35 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=309ba0cfa2bbd79307ea73f3fefe77de8bf94c35
Author: Andrei Slăvoiu <[email protected]> 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
