GNOME Bugzilla – Bug 720820
pkgconfig: .pc files contain wrong plugin directory
Last modified: 2014-01-15 10:28:13 UTC
It seems the plugin directory in generated .pc files do not point at the right directory.
Created attachment 264616 [details] [review] pkgconfig: plugin dir should use PKG version not API version
OK.
BTW, I wonder if we shouldn't better use GST_PKG_VERSION to check for GST_PLUGIN_PATH_1_0 since they are correlated in the end. :)
commit e66179dffbe4bc95adfba6ed7631c0357bb233ad Author: Lionel Landwerlin <llandwerlin@gmail.com> Date: Fri Dec 20 12:05:42 2013 +0000 pkgconfig: plugin dir should use PKG version not API version. Fix the pluginsdir and includedir variables in the generated pkgconfig (.pc) files. The location needs to be built with the PKG version in mind instead of the API version. While we are at it, also fix the PKG version for GStreamer >= 1.3. https://bugzilla.gnome.org/show_bug.cgi?id=720820 [additional fixes for includedir and pkg requirements] Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>