From: Tim-Philipp Müller Date: Thu, 10 Aug 2017 13:20:12 +0000 (+0100) Subject: pkgconfig: remove -I@srcdir@/.. which duplicates abs_top_srcdir X-Git-Tag: 1.19.3~495^2~403 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b648caac43af76b03b85a1bd676b09a145d8f54a;p=platform%2Fupstream%2Fgstreamer.git pkgconfig: remove -I@srcdir@/.. which duplicates abs_top_srcdir Fixes meson warning about undefined @srcdir@. --- diff --git a/pkgconfig/gstreamer-rtsp-server-uninstalled.pc.in b/pkgconfig/gstreamer-rtsp-server-uninstalled.pc.in index 5c2df0a..38e1df8 100644 --- a/pkgconfig/gstreamer-rtsp-server-uninstalled.pc.in +++ b/pkgconfig/gstreamer-rtsp-server-uninstalled.pc.in @@ -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@