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/gstreamer-wayland-uninstalled.pc.in | |
parent | 60810cd057da809c2ffeece11b9a286b87fa96d8 (diff) | |
download | gstreamer-plugins-bad-c11e93c9dae31e780eb3b17293121b64eb4ab326.tar.gz |
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/gstreamer-wayland-uninstalled.pc.in')
-rw-r--r-- | pkgconfig/gstreamer-wayland-uninstalled.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |