From 404d2f9c866b3ac96834a8274775851440055d13 Mon Sep 17 00:00:00 2001 From: Thomas Hellstrom Date: Thu, 24 Nov 2011 22:01:54 +0100 Subject: [PATCH] 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 Reviewed-by: Jakob Bornecrantz --- src/gallium/state_trackers/xa/Makefile | 3 --- src/gallium/targets/xa-vmwgfx/Makefile | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/gallium/state_trackers/xa/Makefile b/src/gallium/state_trackers/xa/Makefile index d95f9382630..9ac635136bb 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 5eebc50df2b..1f839d26bff 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 -- 2.30.2