2020-12-07 11:11:04 +00:00
|
|
|
// This file was generated by gir (https://github.com/gtk-rs/gir @ 1c1a8d7)
|
|
|
|
// from gir-files (https://github.com/gtk-rs/gir-files @ 01ae47c9)
|
2020-11-28 10:10:30 +00:00
|
|
|
// DO NOT EDIT
|
|
|
|
|
|
|
|
#[cfg(not(feature = "dox"))]
|
|
|
|
use std::process;
|
|
|
|
|
|
|
|
#[cfg(feature = "dox")]
|
|
|
|
fn main() {} // prevent linking libraries to avoid documentation failure
|
|
|
|
|
|
|
|
#[cfg(not(feature = "dox"))]
|
|
|
|
fn main() {
|
|
|
|
if let Err(s) = system_deps::Config::new().probe() {
|
2020-12-07 11:11:04 +00:00
|
|
|
println!("cargo:warning={}", s);
|
2020-11-28 10:10:30 +00:00
|
|
|
process::exit(1);
|
|
|
|
}
|
|
|
|
}
|