mirror of
https://github.com/htrefil/rkvm.git
synced 2025-01-30 20:34:13 +01:00
Support stock Ubuntu 20.04
This commit is contained in:
parent
bf133665eb
commit
2ff5f6ef0e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ fn main() {
|
|||
println!("cargo:rerun-if-changed=glue/glue.h");
|
||||
|
||||
let library = Config::new()
|
||||
.atleast_version("1.9.1")
|
||||
.atleast_version("1.9.0")
|
||||
.probe("libevdev")
|
||||
.unwrap();
|
||||
let args = library
|
||||
|
|
Loading…
Add table
Reference in a new issue