configure.ac: Fix es state tracker build.
authorChia-I Wu <olvaffe@gmail.com>
Tue, 5 Jan 2010 09:39:05 +0000 (17:39 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Tue, 12 Jan 2010 03:25:09 +0000 (11:25 +0800)
commit99a37ed195801fd0a0b64a20f08c8d4f9d66137f
tree3b95e3a9c0e5031505110e64b24e40ee43dde3a3
parent3f3340ca16a07aff26a3bd27a7f5ae161d77b11d
configure.ac: Fix es state tracker build.

mesa/es should be built before the es state trackers.  This is done by
separating those that need to be built early from SRC_DIRS to CORE_DIRS.
The new variable is not exported, and will be prepended to SRC_DIRS.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
configure.ac