fix vagga build
This commit is contained in:
parent
525c9b60c4
commit
1d042d04e1
|
@ -376,7 +376,7 @@ fn main() {
|
||||||
|
|
||||||
println!("Bye Bye");
|
println!("Bye Bye");
|
||||||
|
|
||||||
let mut notifier = session_event_source.remove();
|
let mut notifier = session_event_source.unbind();
|
||||||
notifier.unregister(udev_session_id);
|
notifier.unregister(udev_session_id);
|
||||||
notifier.unregister(libinput_session_id);
|
notifier.unregister(libinput_session_id);
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ containers:
|
||||||
setup:
|
setup:
|
||||||
- !UbuntuRelease { codename: artful }
|
- !UbuntuRelease { codename: artful }
|
||||||
- !UbuntuUniverse
|
- !UbuntuUniverse
|
||||||
- !Install [build-essential, wget, curl, pkg-config, file, openssl, sudo, ca-certificates, libssl-dev, cmake, libudev-dev, libgbm-dev, libxkbcommon-dev, libegl1-mesa-dev, libwayland-dev, libinput-dev]
|
- !Install [build-essential, wget, curl, pkg-config, file, openssl, sudo, ca-certificates, libssl-dev, cmake, libudev-dev, libgbm-dev, libxkbcommon-dev, libegl1-mesa-dev, libwayland-dev, libinput-dev, libsystemd-dev, libdbus-1-dev]
|
||||||
|
|
||||||
stable:
|
stable:
|
||||||
auto-clean: true
|
auto-clean: true
|
||||||
|
|
Loading…
Reference in New Issue