summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/Makefile.am
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2013-08-20 14:16:17 -0700
committerMatt Turner <mattst88@gmail.com>2013-08-21 23:09:04 -0700
commitc47804d28654858225cec5c482aa0f4ee278c3f3 (patch)
tree76ae84f13cf5ac1aaf2ebd68fb10befb8fe5e43d /src/gallium/state_trackers/Makefile.am
parent5114ac3f87fc691e6c4302046f760302384a3b2c (diff)
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 <brianp@vmware.com> (cherry picked from commit 2f142d596f6d950499d5e25d26e011a675c9670c)
Diffstat (limited to 'src/gallium/state_trackers/Makefile.am')
-rw-r--r--src/gallium/state_trackers/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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