mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 20:59:44 +00:00
pkgconfig: remove -I@srcdir@/.. which duplicates abs_top_srcdir
Fixes meson warning about undefined @srcdir@.
This commit is contained in:
parent
8edfec2cc3
commit
b648caac43
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ Description: GStreamer based RTSP server
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: gstreamer-@GST_API_VERSION@ gstreamer-plugins-base-@GST_API_VERSION@
|
Requires: gstreamer-@GST_API_VERSION@ gstreamer-plugins-base-@GST_API_VERSION@
|
||||||
Libs: -L${libdir} -lgstrtspserver-@GST_API_VERSION@
|
Libs: -L${libdir} -lgstrtspserver-@GST_API_VERSION@
|
||||||
Cflags: -I@abs_top_srcdir@ -I@abs_top_builddir@ -I@srcdir@/..
|
Cflags: -I@abs_top_srcdir@ -I@abs_top_builddir@
|
||||||
|
|
Loading…
Reference in a new issue