meson: Add missing pc file for gstphotography
authorNirbheek Chauhan <nirbheek@centricular.com>
Tue, 23 Jun 2020 14:01:42 +0000 (19:31 +0530)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 24 Jun 2020 16:03:28 +0000 (16:03 +0000)
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>

pkgconfig/gstreamer-photography-uninstalled.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-photography.pc.in [new file with mode: 0644]
pkgconfig/meson.build

diff --git a/pkgconfig/gstreamer-photography-uninstalled.pc.in b/pkgconfig/gstreamer-photography-uninstalled.pc.in
new file mode 100644 (file)
index 0000000..51baf42
--- /dev/null
@@ -0,0 +1,12 @@
+prefix=
+exec_prefix=
+libdir=@playerlibdir@
+includedir=@abs_top_srcdir@/gst-libs
+
+Name: GStreamer Photography, Uninstalled
+Description: GStreamer Photography digital image capture library, uninstalled
+Requires: gstreamer-@GST_API_VERSION@
+Version: @VERSION@
+Libs: -L${libdir} -lgstphotography-@GST_API_VERSION@
+Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
+
diff --git a/pkgconfig/gstreamer-photography.pc.in b/pkgconfig/gstreamer-photography.pc.in
new file mode 100644 (file)
index 0000000..99784d0
--- /dev/null
@@ -0,0 +1,12 @@
+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}
+
index c9d6d19..9b2d553 100644 (file)
@@ -28,6 +28,7 @@ pkg_libs = [
   'codecparsers',
   'insertbin',
   'mpegts',
+  'photography',
   'player',
   'plugins-bad',
   'sctp',