diff options
author | David Robillard <d@drobilla.net> | 2012-04-28 23:34:25 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-28 23:34:25 +0000 |
commit | 43083a0ca80a876286b6a6ef39ec6f10c9b6f9bf (patch) | |
tree | cd835b2ce67291826979ce6fa8a15de046bc6151 /pugl.pc.in | |
parent | 0ed09c95b5d94eb4e109bd402de00c46036b8239 (diff) | |
download | pugl-43083a0ca80a876286b6a6ef39ec6f10c9b6f9bf.tar.gz pugl-43083a0ca80a876286b6a6ef39ec6f10c9b6f9bf.tar.bz2 pugl-43083a0ca80a876286b6a6ef39ec6f10c9b6f9bf.zip |
Initial import.
Diffstat (limited to 'pugl.pc.in')
-rw-r--r-- | pugl.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
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@ |