linux_wayland_support: build linux

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou 2022-07-06 10:49:50 -07:00
parent aae6e2b16b
commit 05b264c968
5 changed files with 1 additions and 1 deletions

0
DEBIAN/postinst Normal file → Executable file
View File

0
DEBIAN/postrm Normal file → Executable file
View File

0
DEBIAN/preinst Normal file → Executable file
View File

0
DEBIAN/prerm Normal file → Executable file
View File

View File

@ -2,7 +2,7 @@ use crate::common::{
wayland,
x11::{self, Frame},
};
use std::io;
use std::{io, time::Duration};
pub enum Capturer {
X11(x11::Capturer),