Check that we have wl-copy and paste (#1361)

This commit is contained in:
wanderer
2025-02-24 01:47:39 +00:00
committed by GitHub
parent 45b3812bc9
commit c35ea66dd8

View File

@@ -86,7 +86,7 @@ impl LinuxAutomation {
}
fn check_wayland_dependencies(&self) -> Result<()> {
let wayland_deps = ["wtype", "wl-clipboard"];
let wayland_deps = ["wtype", "wl-copy", "wl-paste"];
self.check_dependencies(&wayland_deps)
}