From: Brian Paul Date: Tue, 13 Jan 2009 21:39:55 +0000 (-0700) Subject: mesa: fix build of stand-alone glslcompiler driver X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a5b5bc9f95f381ac61e29e2b2f2001c4135e54ef;p=mesa.git mesa: fix build of stand-alone glslcompiler driver --- diff --git a/src/mesa/drivers/glslcompiler/Makefile b/src/mesa/drivers/glslcompiler/Makefile index dc4abd44d49..ffe4e0a2343 100644 --- a/src/mesa/drivers/glslcompiler/Makefile +++ b/src/mesa/drivers/glslcompiler/Makefile @@ -33,7 +33,7 @@ default: $(PROGRAM) glslcompiler: $(OBJECTS) - $(CC) $(OBJECTS) -lm -lpthread -o $@ + $(CC) $(OBJECTS) $(GL_LIB_DEPS) -o $@ glslcompiler.o: glslcompiler.c