From db20a65a39b090da21d0cbcb212a9fe7ea66a480 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Fri, 14 Nov 2008 14:30:49 +0000 Subject: [PATCH] mesa: fix build --- progs/vpglsl/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.11.0