gstreamer/validate/pkgconfig/gst-validate.pc.in
Lubosz Sarnecki e8db3c67b9 validate: fix installation
* install headers
* fix libname in pk file
2013-11-25 16:56:11 -03:00

11 lines
293 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/gstreamer-@GST_API_VERSION@
Name: gst-validate
Description: Gstreamer Validate
Version: @VERSION@
Requires: gstreamer-@GST_API_VERSION@
Libs: -L${libdir} -lgstvalidate-@GST_API_VERSION@
Cflags: -I${includedir}