Mesa (master): autoconf: fix build breakage

Brian Paul brianp at kemper.freedesktop.org
Sat Jan 2 17:33:36 UTC 2010


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

Author: Marc Dietrich <marvin24 at gmx.de>
Date:   Sat Jan  2 13:51:17 2010 +0100

autoconf: fix build breakage

---

 configs/autoconf.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configs/autoconf.in b/configs/autoconf.in
index a7f3c9d..241ac99 100644
--- a/configs/autoconf.in
+++ b/configs/autoconf.in
@@ -71,7 +71,7 @@ GALLIUM_DRIVERS_DIRS = @GALLIUM_DRIVERS_DIRS@
 GALLIUM_WINSYS_DIRS = @GALLIUM_WINSYS_DIRS@
 GALLIUM_WINSYS_DRM_DIRS = @GALLIUM_WINSYS_DRM_DIRS@
 GALLIUM_STATE_TRACKERS_DIRS = @GALLIUM_STATE_TRACKERS_DIRS@
-GALLIUM_AUXILIARIES = $(foreach DIR,$(GALLIUM_AUXILIARY_DIRS),$(TOP)/src/gallium/auxiliary/$(DIR)/lib$(DIR).a)
+GALLIUM_AUXILIARIES = $(TOP)/src/gallium/auxiliary/libgallium.a
 GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVERS_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a)
 
 # Which subdirs under $(TOP)/progs/ to enter:




More information about the mesa-commit mailing list