From 523c01524638b3d1bb363f4c0a647b0777840b7a Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 20 Sep 2012 15:08:02 -0700 Subject: build: Don't build libdricore if not building classic drivers --- src/mesa/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/mesa/Makefile.am') diff --git a/src/mesa/Makefile.am b/src/mesa/Makefile.am index a76df8c306a..feec1070da1 100644 --- a/src/mesa/Makefile.am +++ b/src/mesa/Makefile.am @@ -19,7 +19,11 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -SUBDIRS = x86 x86-64 . libdricore drivers +if NEED_LIBDRICORE +DRICORE_SUBDIR = libdricore +endif + +SUBDIRS = x86 x86-64 . $(DRICORE_SUBDIR) drivers gldir = $(includedir)/GL gl_HEADERS = $(top_srcdir)/include/GL/*.h -- cgit v1.2.3