summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-05-15 13:06:22 -0700
committerEric Anholt <eric@anholt.net>2012-05-29 11:51:57 -0700
commit0ce0f7c0c8fa9902678af7f3ecad2541be5808d2 (patch)
tree2541edcbc03ec74456dc62b5a4701b3d970faf45 /configure.ac
parentf92b2e5e90f456491fc15b3b9612381a83726606 (diff)
mesa: Remove the generated glapi from source control, and just build it.
Mesa already always depends on python to build. The checked in changes are not reviewed (because any trivial change rewrites the world). We also have been pushing commits between xml change and regen where at-build-time xml-generated code disagrees with committed xml-generated code. And worst of all, sometimes we ("I") check in *stale* xml-generated code. Acked-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5ccf77d6593..ca2220f70f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -836,7 +836,7 @@ fi
# build glsl and mesa if OpenGL or OpenGL ES is enabled
case "x$enable_opengl$enable_gles1$enable_gles2" in
x*yes*)
- CORE_DIRS="$CORE_DIRS glsl mesa"
+ CORE_DIRS="mapi/glapi/gen $CORE_DIRS glsl mesa"
;;
esac