From cfa7083e946ad023ffed434278a84de3670a6389 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Tue, 17 Jan 2012 13:27:05 +0100 Subject: sdp: Port to GIO for multicast address detection --- pkgconfig/gstreamer-sdp-uninstalled.pc.in | 1 + pkgconfig/gstreamer-sdp.pc.in | 1 + 2 files changed, 2 insertions(+) (limited to 'pkgconfig') diff --git a/pkgconfig/gstreamer-sdp-uninstalled.pc.in b/pkgconfig/gstreamer-sdp-uninstalled.pc.in index bd1d89ddb..1cabc50f5 100644 --- a/pkgconfig/gstreamer-sdp-uninstalled.pc.in +++ b/pkgconfig/gstreamer-sdp-uninstalled.pc.in @@ -11,6 +11,7 @@ Name: GStreamer SDP Library, Uninstalled Description: SDP helper functions, uninstalled Version: @VERSION@ Requires: glib-2.0 +Requires.private: gio-2.0 Libs: @abs_top_builddir@/gst-libs/gst/sdp/libgstsdp-@GST_MAJORMINOR@.la Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs diff --git a/pkgconfig/gstreamer-sdp.pc.in b/pkgconfig/gstreamer-sdp.pc.in index 9bb0f4044..4ca410516 100644 --- a/pkgconfig/gstreamer-sdp.pc.in +++ b/pkgconfig/gstreamer-sdp.pc.in @@ -10,6 +10,7 @@ typelibdir=${libdir}/girepository-1.0 Name: GStreamer SDP Library Description: SDP helper functions Requires: glib-2.0 +Requires.private: gio-2.0 Version: @VERSION@ Libs: -L${libdir} -lgstsdp-@GST_MAJORMINOR@ Cflags: -I${includedir} -- cgit v1.2.3