diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-01-17 13:27:05 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-01-17 13:27:05 +0100 |
commit | cfa7083e946ad023ffed434278a84de3670a6389 (patch) | |
tree | 3f51317ba933af6a29f303f24e39462528f730ea /pkgconfig | |
parent | 6cb38409d139ddce225b26c39e1af9885832a8e4 (diff) |
sdp: Port to GIO for multicast address detection
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/gstreamer-sdp-uninstalled.pc.in | 1 | ||||
-rw-r--r-- | pkgconfig/gstreamer-sdp.pc.in | 1 |
2 files changed, 2 insertions, 0 deletions
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} |