0ea8116c75dfb6ee2755986052fb4e4830923693
[platform/upstream/gstreamer.git] / pkgconfig / gstreamer-sdp-uninstalled.pc.in
1 # the standard variables don't make sense for an uninstalled copy
2 prefix=
3 exec_prefix=
4 libdir=@sdplibdir@
5 # includedir is builddir because it is used to find gstconfig.h in places
6 includedir=@abs_top_builddir@/gst-libs
7 girdir=@abs_top_builddir@/gst-libs/gst/sdp
8 typelibdir=@abs_top_builddir@/gst-libs/gst/sdp
9
10 Name: GStreamer SDP Library, Uninstalled
11 Description: SDP helper functions, uninstalled
12 Version: @VERSION@
13 Requires: glib-2.0 gstreamer-@GST_API_VERSION@ gstreamer-rtp-@GST_API_VERSION@
14 Requires.private: gio-2.0
15 Libs: -L${libdir} -lgstsdp-@GST_API_VERSION@
16 Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
17