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

Author: Alan Hourihane <[EMAIL PROTECTED]>
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

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to