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 79e516a..076a040 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 20c3bed..c8b29ed 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 f759da0..f94aae8 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 = \