summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mesa/drivers/dri/swrast/Makefile.am2
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 6e5afd5d0f0..0a2800440d2 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