wayland: install .pc file

This commit is contained in:
Arnaud Vrac 2014-06-12 17:43:40 +02:00 committed by George Kiagiadakis
parent e5334a1f8b
commit 76c0007778
4 changed files with 32 additions and 3 deletions

View file

@ -3345,6 +3345,8 @@ pkgconfig/gstreamer-gl.pc
pkgconfig/gstreamer-gl-uninstalled.pc pkgconfig/gstreamer-gl-uninstalled.pc
pkgconfig/gstreamer-mpegts.pc pkgconfig/gstreamer-mpegts.pc
pkgconfig/gstreamer-mpegts-uninstalled.pc pkgconfig/gstreamer-mpegts-uninstalled.pc
pkgconfig/gstreamer-wayland.pc
pkgconfig/gstreamer-wayland-uninstalled.pc
tools/Makefile tools/Makefile
m4/Makefile m4/Makefile
) )

View file

@ -4,13 +4,15 @@ pcverfiles = \
gstreamer-plugins-bad-@GST_API_VERSION@.pc \ gstreamer-plugins-bad-@GST_API_VERSION@.pc \
gstreamer-codecparsers-@GST_API_VERSION@.pc \ gstreamer-codecparsers-@GST_API_VERSION@.pc \
gstreamer-insertbin-@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 = \ pcverfiles_uninstalled = \
gstreamer-plugins-bad-@GST_API_VERSION@-uninstalled.pc \ gstreamer-plugins-bad-@GST_API_VERSION@-uninstalled.pc \
gstreamer-codecparsers-@GST_API_VERSION@-uninstalled.pc \ gstreamer-codecparsers-@GST_API_VERSION@-uninstalled.pc \
gstreamer-insertbin-@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 if HAVE_GST_GL
pcverfiles += gstreamer-gl-@GST_API_VERSION@.pc pcverfiles += gstreamer-gl-@GST_API_VERSION@.pc
@ -38,7 +40,8 @@ pcinfiles = \
gstreamer-codecparsers.pc.in gstreamer-codecparsers-uninstalled.pc.in \ gstreamer-codecparsers.pc.in gstreamer-codecparsers-uninstalled.pc.in \
gstreamer-gl.pc.in gstreamer-gl-uninstalled.pc.in \ gstreamer-gl.pc.in gstreamer-gl-uninstalled.pc.in \
gstreamer-insertbin.pc.in gstreamer-insertbin-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=) DISTCLEANFILES = $(pcinfiles:.in=)
EXTRA_DIST = $(pcinfiles) EXTRA_DIST = $(pcinfiles)

View file

@ -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}

View file

@ -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}