diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2017-02-27 19:13:11 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2017-02-27 19:13:11 +0200 |
commit | c11e93c9dae31e780eb3b17293121b64eb4ab326 (patch) | |
tree | 610849ed074e4ea1722e536d08bec70ad31397d5 /pkgconfig | |
parent | 60810cd057da809c2ffeece11b9a286b87fa96d8 (diff) |
pkg-config: Add both srcdir and builddir to the include path
Just the build dir is not going to work for srcdir!=builddir.
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/gstreamer-insertbin-uninstalled.pc.in | 2 | ||||
-rw-r--r-- | pkgconfig/gstreamer-player-uninstalled.pc.in | 2 | ||||
-rw-r--r-- | pkgconfig/gstreamer-wayland-uninstalled.pc.in | 2 |
3 files changed, 3 insertions, 3 deletions
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 |