diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2017-02-27 19:10:44 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2017-02-27 19:10:44 +0200 |
commit | eb1ee7e28d4838aa653426ffabd76fad9aeb3c98 (patch) | |
tree | 5044e6550e8078c8f220ff995a98c7289479121e | |
parent | 2cd9214c8b72253bb8ee7e0bab5c5a3925f2feea (diff) |
gstreamer-rtsp-server: Add both srcdir and builddir to the include path
Just the build dir is not going to work for srcdir!=builddir.
-rw-r--r-- | pkgconfig/gstreamer-rtsp-server-uninstalled.pc.in | 2 |
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 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@/.. |