e0963f4ecdd3760899c18012c2011e7335be45e5
[platform/upstream/gstreamer.git] / pkgconfig / gstreamer-rtp-uninstalled.pc.in
1 # the standard variables don't make sense for an uninstalled copy
2 prefix=
3 exec_prefix=
4 libdir=@rtplibdir@
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/rtp
8 typelibdir=@abs_top_builddir@/gst-libs/gst/rtp
9
10 Name: GStreamer RTP Library, Uninstalled
11 Description: RTP base classes and helper functions, uninstalled
12 Version: @VERSION@
13 Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
14 Libs: -L${libdir} -lgstrtp-@GST_API_VERSION@
15 Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
16