1 2 3 4 5 6
extern crate pkg_config; fn main() { #[cfg(not(feature = "dlopen"))] pkg_config::Config::new().find("xkbcommon").unwrap(); }