pkgconfig: remove -I@srcdir@/.. which duplicates abs_top_srcdir

Fixes meson warning about undefined @srcdir@.
This commit is contained in:
Tim-Philipp Müller 2017-08-10 14:20:12 +01:00
parent 8edfec2cc3
commit b648caac43

View file

@ -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@