mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
eb1ee7e28d
Just the build dir is not going to work for srcdir!=builddir.
12 lines
419 B
PkgConfig
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@/..
|