rtsp-media: remove bus watch before finalizing
[platform/upstream/gstreamer.git] / pkgconfig / gstreamer-rtsp-server-uninstalled.pc.in
1 # the standard variables don't make sense for an uninstalled copy
2 prefix=
3 exec_prefix=
4 libdir=${pcfiledir}/../gst/rtsp-server
5 includedir=${pcfiledir}/..
6
7 Name: gst-rtsp-server
8 Description: GStreamer based RTSP server
9 Version: @VERSION@
10 Requires: gstreamer-@GST_API_VERSION@ gstreamer-plugins-base-@GST_API_VERSION@
11 Libs: ${libdir}/libgstrtspserver-@GST_API_VERSION@.la
12 Cflags: -I${includedir} -I@srcdir@/..