pkgconfig: fix uninstalled .pc files for codecparsers + mpegts

Really need to include the srcdir for codecparsers, and build dir
for mpegts.
This commit is contained in:
Tim-Philipp Müller 2017-02-15 19:07:32 +00:00
parent cf7ce80215
commit f520eaa1b5
2 changed files with 2 additions and 2 deletions

View file

@ -8,5 +8,5 @@ Description: Bitstream parsers for GStreamer elements, uninstalled
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
Version: @VERSION@
Libs: -L${libdir} -lgstcodecparsers-@GST_API_VERSION@
Cflags: -I${includedir}
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs

View file

@ -8,5 +8,5 @@ Description: GStreamer MPEG-TS support, uninstalled
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
Version: @VERSION@
Libs: -L${libdir} -lgstmpegts-@GST_API_VERSION@
Cflags: -I${includedir}
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs