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

19 lines
570 B
Rust
Raw Normal View History

2021-11-16 14:02:58 +00:00
// Generated by gir (https://github.com/gtk-rs/gir @ ba0ee13f6f1e)
// from gir-files (https://github.com/gtk-rs/gir-files @ b827978e7d18)
2021-10-30 11:27:17 +00:00
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git @ f8c393377c4e)
// 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);
}
}