gstreamer/pkgconfig/gstreamer-rtsp-server-uninstalled.pc.in
Sebastian Dröge eb1ee7e28d gstreamer-rtsp-server: Add both srcdir and builddir to the include path
Just the build dir is not going to work for srcdir!=builddir.
2017-02-27 19:10:44 +02:00

12 lines
419 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@ -I@srcdir@/..