From eb1ee7e28d4838aa653426ffabd76fad9aeb3c98 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 27 Feb 2017 19:10:44 +0200 Subject: [PATCH] gstreamer-rtsp-server: Add both srcdir and builddir to the include path Just the build dir is not going to work for srcdir!=builddir. --- pkgconfig/gstreamer-rtsp-server-uninstalled.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgconfig/gstreamer-rtsp-server-uninstalled.pc.in b/pkgconfig/gstreamer-rtsp-server-uninstalled.pc.in index 6c9afd6..5c2df0a 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${includedir} -I@srcdir@/.. +Cflags: -I@abs_top_srcdir@ -I@abs_top_builddir@ -I@srcdir@/.. -- 2.7.4