mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +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@
|
||||
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@/..
|
||||
Cflags: -I@abs_top_srcdir@ -I@abs_top_builddir@
|
||||
|
|
Loading…
Reference in a new issue