Support stock Ubuntu 20.04

This commit is contained in:
Norman Hooper 2021-01-31 14:39:37 +02:00
parent bf133665eb
commit 2ff5f6ef0e

View file

@ -13,7 +13,7 @@ fn main() {
println!("cargo:rerun-if-changed=glue/glue.h"); println!("cargo:rerun-if-changed=glue/glue.h");
let library = Config::new() let library = Config::new()
.atleast_version("1.9.1") .atleast_version("1.9.0")
.probe("libevdev") .probe("libevdev")
.unwrap(); .unwrap();
let args = library let args = library