meson: add abi configuration for meson build
[platform/upstream/gstreamer.git] / pkgconfig / gstreamer-sdp.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@/gstreamer-@GST_API_VERSION@
5 datarootdir=${prefix}/share
6 datadir=${datarootdir}
7 girdir=${datadir}/gir-1.0
8 typelibdir=${libdir}/girepository-1.0
9
10 Name: GStreamer SDP Library
11 Description: SDP helper functions
12 Requires: glib-2.0 gstreamer-@GST_API_VERSION@ gstreamer-rtp-@GST_API_VERSION@
13 Requires.private: gio-2.0
14 Version: @VERSION@
15 Libs: -L${libdir} -lgstsdp-@GST_API_VERSION@
16 Cflags: -I${includedir}
17