On Fri, Jan 22, 2010 at 11:31 AM, Dan Nicholson <dbn.li...@gmail.com> wrote: >>> 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. When configure is run without any argument, the variables should be
CORE_DIRS="glsl mesa" SRC_DIRS="glew glx/x11 ..." And CORE_DIRS is built before SRC_DIRS (because it is prepended to SRC_DIRS at the end of the script). -olv ------------------------------------------------------------------------------ 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