pkgconfig: fix uninstalled .pc files for codecparsers + mpegts
authorTim-Philipp Müller <tim@centricular.com>
Wed, 15 Feb 2017 19:07:32 +0000 (19:07 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 15 Feb 2017 19:07:32 +0000 (19:07 +0000)
Really need to include the srcdir for codecparsers, and build dir
for mpegts.

pkgconfig/gstreamer-codecparsers-uninstalled.pc.in
pkgconfig/gstreamer-mpegts-uninstalled.pc.in

index fa39c08cfcadf6b99474398bf0c7cf7f49140c2c..e5e2b12e96d443fc935660781ff0d7930a33a027 100644 (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
 
index abe7f0b32b36925522333a6509c5bb68c85dc778..92924f33c4037d7c9cc72b750f523452f658a6ac 100644 (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