Mesa: Update gcc4 to Mesa 9.0 release

* This is a release version of Mesa
 * A Bep exists on haikuports to generate
   the zip :)
This commit is contained in:
Alexander von Gluck IV 2012-11-18 09:52:50 -06:00
parent 49d7857e32
commit 8a6451b9fd

View File

@ -212,8 +212,7 @@ if $(TARGET_ARCH) = x86 {
local galliumObjects ;
local zipFile ;
if $(HAIKU_GCC_VERSION[1]) >= 4 {
HAIKU_MESA_FILE = mesa-8.1devel-x86-gcc4-2012-06-07.zip ;
#HAIKU_MESA_FILE = mesa-8.1develdbg-x86-gcc4-2012-06-07.zip ;
HAIKU_MESA_FILE = mesa-9.0-x86-gcc4-2012-11-17.zip ;
glslObject = lib.haiku/libglsl.a ;
galliumObjects = lib.haiku/libgallium.a ;
} else {