From 030651b64854b84a01ebebad9af188e7644c541a Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 17 Sep 2012 11:32:14 -0700 Subject: build: Put correct thing in glu.pc's Requires: --- glu.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glu.pc.in') diff --git a/glu.pc.in b/glu.pc.in index 1cff191..939740d 100644 --- a/glu.pc.in +++ b/glu.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: glu Description: Mesa OpenGL Utility library -Requires: gl +Requires: @GLU_REQUIRES@ Version: @VERSION@ Libs: -L${libdir} -lGLU Libs.private: -lm -- cgit v1.2.1