Mesa (master): st/xa, xa/vmwgfx: Set the right version on library suffix

Thomas Hellstrom thomash at kemper.freedesktop.org
Fri Nov 25 15:49:59 UTC 2011


Module: Mesa
Branch: master
Commit: 404d2f9c866b3ac96834a8274775851440055d13
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=404d2f9c866b3ac96834a8274775851440055d13

Author: Thomas Hellstrom <thellstrom at vmware.com>
Date:   Thu Nov 24 22:01:54 2011 +0100

st/xa, xa/vmwgfx: Set the right version on library suffix

Also remove some unused variables in the st/xa makefile.

Signed-off-by: Thomas Hellstrom <thellstrom at vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob at vmware.com>

---

 src/gallium/state_trackers/xa/Makefile |    3 ---
 src/gallium/targets/xa-vmwgfx/Makefile |    2 +-
 2 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/gallium/state_trackers/xa/Makefile b/src/gallium/state_trackers/xa/Makefile
index d95f938..9ac6351 100644
--- a/src/gallium/state_trackers/xa/Makefile
+++ b/src/gallium/state_trackers/xa/Makefile
@@ -3,9 +3,6 @@ include $(TOP)/configs/current
 
 ##### MACROS #####
 
-XA_MAJOR = 0
-XA_MINOR = 4
-XA_TINY = 0
 XA_CFLAGS = -g -fPIC -Wall
 
 XA_INCLUDES= -I$(TOP)/src/gallium/ \
diff --git a/src/gallium/targets/xa-vmwgfx/Makefile b/src/gallium/targets/xa-vmwgfx/Makefile
index 5eebc50..1f839d2 100644
--- a/src/gallium/targets/xa-vmwgfx/Makefile
+++ b/src/gallium/targets/xa-vmwgfx/Makefile
@@ -4,7 +4,7 @@ include $(TOP)/configs/current
 ##### MACROS #####
 
 XA_MAJOR = 0
-XA_MINOR = 4
+XA_MINOR = 5
 XA_TINY = 0
 XA_CFLAGS = -g -fPIC
 




More information about the mesa-commit mailing list