gstreamer-rtsp-server: Add both srcdir and builddir to the include path
authorSebastian Dröge <sebastian@centricular.com>
Mon, 27 Feb 2017 17:10:44 +0000 (19:10 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 27 Feb 2017 17:10:44 +0000 (19:10 +0200)
Just the build dir is not going to work for srcdir!=builddir.

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

index 6c9afd6..5c2df0a 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${includedir} -I@srcdir@/..
+Cflags: -I@abs_top_srcdir@ -I@abs_top_builddir@ -I@srcdir@/..