From 43083a0ca80a876286b6a6ef39ec6f10c9b6f9bf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 28 Apr 2012 23:34:25 +0000 Subject: Initial import. --- pugl.pc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pugl.pc.in (limited to 'pugl.pc.in') diff --git a/pugl.pc.in b/pugl.pc.in new file mode 100644 index 0000000..d3606cd --- /dev/null +++ b/pugl.pc.in @@ -0,0 +1,10 @@ +prefix=@PREFIX@ +exec_prefix=@EXEC_PREFIX@ +libdir=@LIBDIR@ +includedir=@INCLUDEDIR@ + +Name: Pugl +Version: @PUGL_VERSION@ +Description: Lightweight portable OpenGL API +Libs: -L${libdir} -l@LIB_PUGL@ +Cflags: -I${includedir}/pugl-@PUGL_MAJOR_VERSION@ -- cgit v1.2.3