gstreamer-rs/gstreamer-gl/egl/sys/build.rs

19 lines
555 B
Rust
Raw Normal View History

2021-06-13 18:39:12 +00:00
// Generated by gir (https://github.com/gtk-rs/gir @ b75e059)
2021-05-28 12:14:44 +00:00
// from gir-files (https://github.com/gtk-rs/gir-files @ 7d95377)
2021-04-17 10:11:52 +00:00
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ 85bd06b)
// 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() {
println!("cargo:warning={}", s);
process::exit(1);
}
}