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
This commit is contained in:
Nigel Stewart 2012-11-11 11:50:41 -06:00
parent 71b38cfeb4
commit 58ac24cf5c

View File

@ -8,3 +8,4 @@ Description: The OpenGL Extension Wrangler library
Version: @version@
Cflags: -I${includedir} @cflags@
Libs: -L${libdir} -l@libname@
Requires: glu