From 2f142d596f6d950499d5e25d26e011a675c9670c Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 20 Aug 2013 14:16:17 -0700 Subject: build: Add --enable-gallium-osmesa flag. The Gallium implementation is apparently not ready for regular consumption, so as much as I hate adding more build-time options, here's another. Acked-by: Brian Paul --- src/gallium/state_trackers/Makefile.am | 2 +- src/gallium/targets/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gallium') diff --git a/src/gallium/state_trackers/Makefile.am b/src/gallium/state_trackers/Makefile.am index c788f9a781e..577459891d7 100644 --- a/src/gallium/state_trackers/Makefile.am +++ b/src/gallium/state_trackers/Makefile.am @@ -25,7 +25,7 @@ if HAVE_X11_DRIVER SUBDIRS += glx endif -if HAVE_OSMESA +if HAVE_GALLIUM_OSMESA SUBDIRS += osmesa endif diff --git a/src/gallium/targets/Makefile.am b/src/gallium/targets/Makefile.am index ff0982140ff..6bffc0192c3 100644 --- a/src/gallium/targets/Makefile.am +++ b/src/gallium/targets/Makefile.am @@ -26,7 +26,7 @@ if HAVE_X11_DRIVER SUBDIRS += libgl-xlib endif -if HAVE_OSMESA +if HAVE_GALLIUM_OSMESA SUBDIRS += osmesa endif -- cgit v1.2.3