summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-08-10 14:20:12 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-08-10 14:24:25 +0100
commitb648caac43af76b03b85a1bd676b09a145d8f54a (patch)
treee0fac3eac1866ddeb76e8e1ca39409b372806ab1
parent8edfec2cc3778a6fdebfa24c4f6eebe39af6c26c (diff)
pkgconfig: remove -I@srcdir@/.. which duplicates abs_top_srcdir
Fixes meson warning about undefined @srcdir@.
-rw-r--r--pkgconfig/gstreamer-rtsp-server-uninstalled.pc.in2
1 files changed, 1 insertions, 1 deletions
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@