From 03346747e21e4cd1db30c6a5d8af6705575e3755 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 8 Feb 2012 16:41:27 +0100 Subject: mesa git update 8 feb 2012 --- mesalib/src/mesa/drivers/dri/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mesalib/src/mesa/drivers') diff --git a/mesalib/src/mesa/drivers/dri/Makefile.am b/mesalib/src/mesa/drivers/dri/Makefile.am index 8b9358221..48d36858b 100644 --- a/mesalib/src/mesa/drivers/dri/Makefile.am +++ b/mesalib/src/mesa/drivers/dri/Makefile.am @@ -1,4 +1,8 @@ -SUBDIRS = common +SUBDIRS = + +if HAVE_COMMON_DRI +SUBDIRS+=common +endif if HAVE_I915_DRI SUBDIRS+=i915 -- cgit v1.2.3