From: Alan Hourihane Date: Fri, 14 Nov 2008 14:30:49 +0000 (+0000) Subject: mesa: fix build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=db20a65a39b090da21d0cbcb212a9fe7ea66a480;p=mesa.git mesa: fix build --- diff --git a/progs/vpglsl/Makefile b/progs/vpglsl/Makefile index c3faeb5b602..313b4dfa227 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