add forgotten pkgconfig template libcruft-vk.pc.in

This commit is contained in:
Danny Robson 2016-02-24 11:25:20 +11:00
parent 3229e63406
commit c0425cf800
2 changed files with 14 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,7 +1,8 @@
/aclocal.m4 /aclocal.m4
/autom4te.cache/ /autom4te.cache/
/build-aux/ /build-aux/
/config.h.in
/configure /configure
*.in
/m4/libtool.m4 /m4/libtool.m4
/m4/lt*.m4 /m4/lt*.m4
/Makefile.in

12
libcruft-vk.pc.in Normal file
View File

@ -0,0 +1,12 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libcruft-vk
Description: A Vulkan wrapper for C++
URL: http://nerdcruft.net/
Version: @VERSION@
Requires: libcruft-util
Libs: -L${libdir} -lcruft-vk
Cflags: -I${includedir}/cruft