mesa/src
Christopher James Halse Rogers 7d6abd254a osmesa: mklib requires arguments before objects
Fixes the build when selecting driver=osmesa and building static libraries.
Otherwise, mklib tries to add the ‘-ltalloc’ object to the archive, which
obviously fails.

Clients which statically link to osmesa will need to link to libtalloc also,
as specified in the Libs.private of osmesa.pc.

Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=33360

NOTE: This is a candidate for the 7.10 branch.

Signed-off-by: Christopher James Halse Rogers <christopher.halse.rogers@canonical.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
2011-01-24 07:53:24 -07:00
..
driclient
egl egl: Fix EGL_VERSION string. 2011-01-14 14:29:19 +08:00
gallium st/xorg: Fix build failure against xserver with XF86_CRTC_VERSION < 3. 2011-01-24 15:48:13 +01:00
getopt getopt: Make code more portable. 2011-01-12 16:54:21 +00:00
glsl glsl: Don't assert when the value returned by a function has no rvalue 2011-01-22 18:04:40 -08:00
glu mesa: fix mesa version string construction 2010-10-19 08:59:27 -06:00
glut scons: Revamp how to specify targets to build. 2010-11-01 13:30:22 +00:00
glw Makefiles: Don't complain if depend file to be included doesn't exist. 2010-07-21 13:19:33 -07:00
glx glapi: Fix OpenGL and OpenGL ES interop. 2011-01-20 17:15:50 +08:00
mapi scons: Add support for GLES. 2011-01-22 11:59:05 +08:00
mesa osmesa: mklib requires arguments before objects 2011-01-24 07:53:24 -07:00
talloc scons: Fix inverted logic. 2010-08-26 18:29:04 +01:00
Makefile
SConscript scons: Add support for GLES. 2011-01-22 11:59:05 +08:00