On Thu, Jan 21, 2010 at 6:31 PM, Chia-I Wu <olva...@gmail.com> wrote: > On Thu, Jan 21, 2010 at 9:53 PM, Dan Nicholson <dbn.li...@gmail.com> wrote: >> On Thu, Jan 21, 2010 at 2:29 AM, Chia-I Wu <olva...@gmail.com> wrote: >>> This is one of the changes I want to do for a while. GLX was built >>> specially >>> and before Mesa core because libglapi.a could not be built with >>> IN_DRI_DRIVER >>> defined. This is no longer the case for a while. >> >> Interesting. I never knew that was the reason why. Two comments: >> >> 1. You changed CORE_DIRS to SRC_DIRS in configure.ac. What effect does >> that have? I think you need to keep it CORE_DIRS to make sure it >> builds before glew. > GLX doesn't seem to depend on GLW, does it? > > CORE_DIRS is added by the opengl-es-v2 branch. It is never exported and its > value will be prepended to SRC_DIRS. Its value, for example, may be something > like "glsl mesa mesa/es". The purpose is to insert "mesa/es" to SRC_DIRS at a > position after "glsl" and before "gallium" when OpenGL ES is enabled.
Yes, but just before that block, SRC_DIRS is set to glew. So, if you don't use CORE_DIRS, you'll have: SRC_DIRS="glew mesa glx/x11" I guess that doesn't matter since glew is standalone, but it used to build after mesa. -- Dan ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mesa3d-dev