GNOME Bugzilla – Bug 755494
gst-plugins-base fails to build with --with-pkg-config-path
Last modified: 2015-09-29 12:14:21 UTC
Created attachment 311976 [details] [review] Pass PKG_CONFIG_PATH for gir files Specifying an explicit PKG_CONFIG_PATH either through the environment or using --with-pkg-config-path fails to build because the gir include search path does not respect PKG_CONFIG_PATH. The attached patch fixes it for me.
Thanks for the patch. Should be fixed in master and 1.6 now and will be in the 1.6.1 release. commit c5c2466d368794cf7e1c2d0a65e679a720c82079 Author: Perry Hung <perry@leaflabs.com> Date: Wed Sep 23 11:59:22 2015 -0400 app: pass PKG_CONFIG_PATH for gir files for libgstapp as well gir include search directories should respect PKG_CONFIG_PATH, just like we do everywhere else. Makes g-i pick up the right paths when using ./configure --with-pkg-config-path= https://bugzilla.gnome.org/show_bug.cgi?id=755494