oden/third-party/vendor/smithay-client-toolkit/build.rs
2024-03-08 11:03:01 -08:00

6 lines
134 B
Rust

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