gstreamer/pkgconfig/gstreamer-rtsp-server-uninstalled.pc.in
Tim-Philipp Müller b648caac43 pkgconfig: remove -I@srcdir@/.. which duplicates abs_top_srcdir
Fixes meson warning about undefined @srcdir@.
2017-08-10 14:24:25 +01:00

12 lines
405 B
PkgConfig

# the standard variables don't make sense for an uninstalled copy
prefix=
exec_prefix=
libdir=@rtspserverlibdir@
includedir=@abs_top_builddir@
Name: gst-rtsp-server
Description: GStreamer based RTSP server
Version: @VERSION@
Requires: gstreamer-@GST_API_VERSION@ gstreamer-plugins-base-@GST_API_VERSION@
Libs: -L${libdir} -lgstrtspserver-@GST_API_VERSION@
Cflags: -I@abs_top_srcdir@ -I@abs_top_builddir@