summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2013-08-20 14:16:17 -0700
committerMatt Turner <[email protected]>2013-08-21 23:07:10 -0700
commit2f142d596f6d950499d5e25d26e011a675c9670c (patch)
tree19f757d5510c0d56ba08c93f0679b32f5b31bee6 /src
parentdded321f92e4727584a98b71d7aaa15d4f01fb24 (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 <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/gallium/state_trackers/Makefile.am2
-rw-r--r--src/gallium/targets/Makefile.am2
2 files changed, 2 insertions, 2 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
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