mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
pkg-config: Add both srcdir and builddir to the include path
Just the build dir is not going to work for srcdir!=builddir.
This commit is contained in:
parent
60810cd057
commit
c11e93c9da
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue