gstreamer/pkgconfig/gstreamer-photography.pc.in
Nirbheek Chauhan fc8782d9d0 meson: Add missing pc file for gstphotography
This is supposed to be used by apps like Cheese, and is a public
library.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1365>
2020-06-24 16:03:28 +00:00

12 lines
339 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/gstreamer-@GST_API_VERSION@
Name: GStreamer Photography
Description: GStreamer Photography digital image capture library
Requires: gstreamer-@GST_API_VERSION@
Version: @VERSION@
Libs: -L${libdir} -lgstphotography-@GST_API_VERSION@
Cflags: -I${includedir}