gremlin/libs/glfw/lib/x11/libglfw.pc.in

12 lines
296 B
PkgConfig
Raw Normal View History

2011-01-04 17:11:59 +00:00
prefix=@PREFIX@
exec_prefix=@PREFIX@
libdir=@PREFIX@/lib
includedir=@PREFIX@/include
Name: GLFW
Description: A portable framework for OpenGL development
Version: 2.6.0
URL: http://glfw.sourceforge.net/
Libs: -L${libdir} -lglfw -lGL -lX11 -lXrandr -pthread -lm
Cflags: -I${includedir} -pthread