mesa: fix mesa version string construction
authorBrian Paul <brianp@vmware.com>
Mon, 18 Oct 2010 15:07:54 +0000 (09:07 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 19 Oct 2010 14:59:27 +0000 (08:59 -0600)
Now that MESA_MINOR=10, we no longer need the extra '0' in the
version string.

src/gallium/targets/libgl-xlib/Makefile
src/glu/sgi/Makefile
src/mesa/drivers/x11/Makefile

index 79e516a2a7aa9a6e1b16dcbb05929dc2c97687bf..076a040a5abe6a9e56b4fa46a877b106cc9edae9 100644 (file)
@@ -10,7 +10,7 @@ include $(TOP)/configs/current
 
 GL_MAJOR = 1
 GL_MINOR = 5
-GL_TINY = 0$(MESA_MAJOR)0$(MESA_MINOR)0$(MESA_TINY)
+GL_TINY = 0$(MESA_MAJOR)$(MESA_MINOR)0$(MESA_TINY)
 
 
 INCLUDE_DIRS = \
index 20c3bed0c9354ff4f9505c2f99f9f0b429f27e19..c8b29edcaae6a0207d72e2a2eceb629d0db14093 100644 (file)
@@ -8,7 +8,7 @@ include $(TOP)/configs/current
 
 GLU_MAJOR = 1
 GLU_MINOR = 3
-GLU_TINY = 0$(MESA_MAJOR)0$(MESA_MINOR)0$(MESA_TINY)
+GLU_TINY = 0$(MESA_MAJOR)$(MESA_MINOR)0$(MESA_TINY)
 
 INCDIRS = -I$(TOP)/include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess
 
index f759da0a9795d4702d5cc72b61328fe625a106d9..f94aae85f2ca8b9d9b6097b8ccf241757e2805c7 100644 (file)
@@ -12,7 +12,7 @@ include $(TOP)/configs/current
 
 GL_MAJOR = 1
 GL_MINOR = 5
-GL_TINY = 0$(MESA_MAJOR)0$(MESA_MINOR)0$(MESA_TINY)
+GL_TINY = 0$(MESA_MAJOR)$(MESA_MINOR)0$(MESA_TINY)
 
 
 HEADERS = \