[][src]Function pkg_config::get_variable

pub fn get_variable(package: &str, variable: &str) -> Result<String, Error>

Run pkg-config to get the value of a variable from a package using --variable.