From c11e93c9dae31e780eb3b17293121b64eb4ab326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 27 Feb 2017 19:13:11 +0200 Subject: pkg-config: Add both srcdir and builddir to the include path Just the build dir is not going to work for srcdir!=builddir. --- pkgconfig/gstreamer-insertbin-uninstalled.pc.in | 2 +- pkgconfig/gstreamer-player-uninstalled.pc.in | 2 +- pkgconfig/gstreamer-wayland-uninstalled.pc.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgconfig') diff --git a/pkgconfig/gstreamer-insertbin-uninstalled.pc.in b/pkgconfig/gstreamer-insertbin-uninstalled.pc.in index 328e77b26..51445dd32 100644 --- a/pkgconfig/gstreamer-insertbin-uninstalled.pc.in +++ b/pkgconfig/gstreamer-insertbin-uninstalled.pc.in @@ -8,5 +8,5 @@ Description: Bin to automatically and insertally link elements, uninstalled Requires: gstreamer-@GST_API_VERSION@ Version: @VERSION@ Libs: -L${libdir} -lgstinsertbin-@GST_API_VERSION@ -Cflags: -I${includedir} +Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs diff --git a/pkgconfig/gstreamer-player-uninstalled.pc.in b/pkgconfig/gstreamer-player-uninstalled.pc.in index 0cae959d2..6119a27be 100644 --- a/pkgconfig/gstreamer-player-uninstalled.pc.in +++ b/pkgconfig/gstreamer-player-uninstalled.pc.in @@ -8,5 +8,5 @@ Description: GStreamer Player convenience library, uninstalled Requires: gstreamer-@GST_API_VERSION@ gstreamer-video-@GST_API_VERSION@ Version: @VERSION@ Libs: -L${libdir} -lgstplayer-@GST_API_VERSION@ -Cflags: -I${includedir} +Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs diff --git a/pkgconfig/gstreamer-wayland-uninstalled.pc.in b/pkgconfig/gstreamer-wayland-uninstalled.pc.in index 2661c1e38..56c2da0dd 100644 --- a/pkgconfig/gstreamer-wayland-uninstalled.pc.in +++ b/pkgconfig/gstreamer-wayland-uninstalled.pc.in @@ -8,5 +8,5 @@ Description: GStreamer Wayland support, uninstalled Requires: gstreamer-@GST_API_VERSION@ gstreamer-video-@GST_API_VERSION@ Version: @VERSION@ Libs: -L${libdir} -lgstwayland-@GST_API_VERSION@ -Cflags: -I${includedir} +Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs -- cgit v1.2.1