f42e66cbd7
Among other minor changes this adds a stddef.h include for NULL required to build with Mesa 19.2 headers.
13 lines
240 B
PkgConfig
13 lines
240 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: glu
|
|
Description: Mesa OpenGL Utility library
|
|
Requires: @GLU_REQUIRES@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lGLU
|
|
Libs.private: -lm
|
|
Cflags: -I${includedir}
|