From 76c0007778d230d44307272a63ee033e5122e75f Mon Sep 17 00:00:00 2001 From: Arnaud Vrac Date: Thu, 12 Jun 2014 17:43:40 +0200 Subject: [PATCH] wayland: install .pc file --- configure.ac | 2 ++ pkgconfig/Makefile.am | 9 ++++++--- pkgconfig/gstreamer-wayland-uninstalled.pc.in | 12 ++++++++++++ pkgconfig/gstreamer-wayland.pc.in | 12 ++++++++++++ 4 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 pkgconfig/gstreamer-wayland-uninstalled.pc.in create mode 100644 pkgconfig/gstreamer-wayland.pc.in diff --git a/configure.ac b/configure.ac index 64b0463169..eb6b41f342 100644 --- a/configure.ac +++ b/configure.ac @@ -3345,6 +3345,8 @@ pkgconfig/gstreamer-gl.pc pkgconfig/gstreamer-gl-uninstalled.pc pkgconfig/gstreamer-mpegts.pc pkgconfig/gstreamer-mpegts-uninstalled.pc +pkgconfig/gstreamer-wayland.pc +pkgconfig/gstreamer-wayland-uninstalled.pc tools/Makefile m4/Makefile ) diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 3e53a6ee59..65fdc7bf0b 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -4,13 +4,15 @@ pcverfiles = \ gstreamer-plugins-bad-@GST_API_VERSION@.pc \ gstreamer-codecparsers-@GST_API_VERSION@.pc \ gstreamer-insertbin-@GST_API_VERSION@.pc \ - gstreamer-mpegts-@GST_API_VERSION@.pc + gstreamer-mpegts-@GST_API_VERSION@.pc \ + gstreamer-wayland-@GST_API_VERSION@.pc pcverfiles_uninstalled = \ gstreamer-plugins-bad-@GST_API_VERSION@-uninstalled.pc \ gstreamer-codecparsers-@GST_API_VERSION@-uninstalled.pc \ gstreamer-insertbin-@GST_API_VERSION@-uninstalled.pc \ - gstreamer-mpegts-@GST_API_VERSION@-uninstalled.pc + gstreamer-mpegts-@GST_API_VERSION@-uninstalled.pc \ + gstreamer-wayland-@GST_API_VERSION@-uninstalled.pc if HAVE_GST_GL pcverfiles += gstreamer-gl-@GST_API_VERSION@.pc @@ -38,7 +40,8 @@ pcinfiles = \ gstreamer-codecparsers.pc.in gstreamer-codecparsers-uninstalled.pc.in \ gstreamer-gl.pc.in gstreamer-gl-uninstalled.pc.in \ gstreamer-insertbin.pc.in gstreamer-insertbin-uninstalled.pc.in \ - gstreamer-mpegts.pc.in gstreamer-mpegts-uninstalled.pc.in + gstreamer-mpegts.pc.in gstreamer-mpegts-uninstalled.pc.in \ + gstreamer-wayland.pc.in gstreamer-wayland-uninstalled.pc.in DISTCLEANFILES = $(pcinfiles:.in=) EXTRA_DIST = $(pcinfiles) diff --git a/pkgconfig/gstreamer-wayland-uninstalled.pc.in b/pkgconfig/gstreamer-wayland-uninstalled.pc.in new file mode 100644 index 0000000000..fe01de6e55 --- /dev/null +++ b/pkgconfig/gstreamer-wayland-uninstalled.pc.in @@ -0,0 +1,12 @@ +prefix= +exec_prefix= +libdir=${pcfiledir}/../gst-libs/gst/wayland +includedir=${pcfiledir}/../gst-libs + +Name: GStreamer Wayland, Uninstalled +Description: GStreamer Wayland support, uninstalled +Requires: gstreamer-@GST_API_VERSION@ gstreamer-video-@GST_API_VERSION@ +Version: @VERSION@ +Libs: -L${libdir} ${libdir}/libgstwayland-@GST_API_VERSION@.la +Cflags: -I${includedir} + diff --git a/pkgconfig/gstreamer-wayland.pc.in b/pkgconfig/gstreamer-wayland.pc.in new file mode 100644 index 0000000000..fa1e2ab40f --- /dev/null +++ b/pkgconfig/gstreamer-wayland.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@/gstreamer-@GST_API_VERSION@ + +Name: GStreamer Wayland +Description: GStreamer Wayland support +Requires: gstreamer-@GST_API_VERSION@ gstreamer-video-@GST_API_VERSION@ +Version: @VERSION@ +Libs: -L${libdir} -lgstwayland-@GST_API_VERSION@ +Cflags: -I${includedir} +