]> git.sesse.net Git - vlc/blob - bindings/libvlcpp/src/libvlcpp.pc.in
libvlcpp: add a .pc file.
[vlc] / bindings / libvlcpp / src / libvlcpp.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: libvlcpp
7 Description: C++ wrapper around libvlc
8 Requires: libvlc >= 1.1.0
9 Version: @VERSION@
10 Cflags: -I${includedir}
11 Libs: -L${libdir} -lvlcpp