Mesa (gallium-0.2): mesa: fix build

Alan Hourihane alanh at kemper.freedesktop.org
Fri Nov 14 14:31:04 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: db20a65a39b090da21d0cbcb212a9fe7ea66a480
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=db20a65a39b090da21d0cbcb212a9fe7ea66a480

Author: Alan Hourihane <alanh at tungstengraphics.com>
Date:   Fri Nov 14 14:30:49 2008 +0000

mesa: fix build

---

 progs/vpglsl/Makefile |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/progs/vpglsl/Makefile b/progs/vpglsl/Makefile
index c3faeb5..313b4df 100644
--- a/progs/vpglsl/Makefile
+++ b/progs/vpglsl/Makefile
@@ -7,8 +7,7 @@
 TOP = ../..
 include $(TOP)/configs/current
 
-
-LIBS = $(APP_LIB_DEPS)
+LIBS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) $(APP_LIB_DEPS)
 
 SOURCES = \
 	vp-tris.c




More information about the mesa-commit mailing list