Merge pull request #2364 from fufesou/fix_wayland_ubuntu_22

fix build
This commit is contained in:
RustDesk 2022-11-29 23:26:12 +08:00 committed by GitHub
commit ee29db888a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -661,6 +661,7 @@ fn run(sp: GenericService) -> ResultType<()> {
} }
} }
#[cfg(target_os = "linux")]
if !scrap::is_x11() { if !scrap::is_x11() {
super::wayland::release_resouce(); super::wayland::release_resouce();
} }