mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 20:01:35 +00:00
b648caac43
Fixes meson warning about undefined @srcdir@.
12 lines
405 B
PkgConfig
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@
|