Re: [Mesa-dev] [PATCH] autoconf: Better client API selection.

2010-10-28 Thread Chia-I Wu
On Thu, Oct 28, 2010 at 3:32 AM, Dan Nicholson wrote: > On Wed, Oct 27, 2010 at 3:30 AM, Chia-I Wu wrote: >> From: Chia-I Wu >> >> Make autoconf decide the client APIs enabled first.  Then when OpenGL >> and OpenGL ES are disabled, there is no need to build src/mesa/;  when >> OpenGL is disabled

Re: [Mesa-dev] [PATCH] autoconf: Better client API selection.

2010-10-27 Thread Kristian Høgsberg
On Wed, Oct 27, 2010 at 6:30 AM, Chia-I Wu wrote: > From: Chia-I Wu > > Make autoconf decide the client APIs enabled first.  Then when OpenGL > and OpenGL ES are disabled, there is no need to build src/mesa/;  when > OpenGL is disabled, no $mesa_driver should be built.  Finally, add > --enable-op

Re: [Mesa-dev] [PATCH] autoconf: Better client API selection.

2010-10-27 Thread Dan Nicholson
On Wed, Oct 27, 2010 at 3:30 AM, Chia-I Wu wrote: > From: Chia-I Wu > > Make autoconf decide the client APIs enabled first.  Then when OpenGL > and OpenGL ES are disabled, there is no need to build src/mesa/;  when > OpenGL is disabled, no $mesa_driver should be built.  Finally, add > --enable-op

[Mesa-dev] [PATCH] autoconf: Better client API selection.

2010-10-27 Thread Chia-I Wu
From: Chia-I Wu Make autoconf decide the client APIs enabled first. Then when OpenGL and OpenGL ES are disabled, there is no need to build src/mesa/; when OpenGL is disabled, no $mesa_driver should be built. Finally, add --enable-openvg to enable OpenVG. With these changes, an OpenVG only bui