pkgconfig: remove -I@srcdir@/.. which duplicates abs_top_srcdir
authorTim-Philipp Müller <tim@centricular.com>
Thu, 10 Aug 2017 13:20:12 +0000 (14:20 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 10 Aug 2017 13:24:25 +0000 (14:24 +0100)
Fixes meson warning about undefined @srcdir@.

pkgconfig/gstreamer-rtsp-server-uninstalled.pc.in

index 5c2df0a..38e1df8 100644 (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@