File: build.rs

package info (click to toggle)
rust-smithay-client-toolkit 0.19.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 912 kB
  • sloc: makefile: 2
file content (4 lines) | stat: -rw-r--r-- 106 bytes parent folder | download
1
2
3
4
fn main() {
    #[cfg(feature = "xkbcommon")]
    pkg_config::Config::new().find("xkbcommon").unwrap();
}