GNOME Bugzilla – Bug 746669
[patch] Do not assume the name of pkg-config
Last modified: 2015-03-24 18:14:56 UTC
Created attachment 300156 [details] [review] 0001-build-use-the-detected-pkg-config.patch dieterv and ricotz ack'ed this on IRC; I intended to push it, but seem to be having issues access (due to inactivity). Attached is the patch.
Pushed to master branch commit 0f210321c4afdcf70debba42bebf5077932d7056 Author: Saleem Abdulrasool <compnerd@compnerd.org> Date: Sun Mar 22 14:04:56 2015 -0700 build: use the detected pkg-config Rather than assuming that pkg-config is spelt pkg-config, use the environment variable $PKG_CONFIG which is the actual detected pkg-config spelling. This is particularly important when cross-compiling, where the pkg-config may be prefixed with the target and will actually provide a different result from the build pkg-config which may be available unprefixed. https://bugzilla.gnome.org/show_bug.cgi?id=746669