From 58ac24cf5ccf64650e5c669aa52e88b21a74d561 Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Sun, 11 Nov 2012 11:50:41 -0600 Subject: [PATCH] Add the line "Requires: glu" to glew.pc - needed in general, GLU dependency can be opted-out of, optionally. #204 GLU requirement and pkg-config file --- glew.pc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/glew.pc.in b/glew.pc.in index 10e946f..4c934af 100644 --- a/glew.pc.in +++ b/glew.pc.in @@ -8,3 +8,4 @@ Description: The OpenGL Extension Wrangler library Version: @version@ Cflags: -I${includedir} @cflags@ Libs: -L${libdir} -l@libname@ +Requires: glu