diff options
author | Matt Turner <[email protected]> | 2013-08-20 14:16:17 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-08-21 23:07:10 -0700 |
commit | 2f142d596f6d950499d5e25d26e011a675c9670c (patch) | |
tree | 19f757d5510c0d56ba08c93f0679b32f5b31bee6 /src/gallium/targets | |
parent | dded321f92e4727584a98b71d7aaa15d4f01fb24 (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/gallium/targets')
-rw-r--r-- | src/gallium/targets/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |