From dcea6fa178b34e498089cb742eb5e502a5cafa2e Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Sun, 13 Feb 2022 19:27:50 +0100 Subject: [PATCH] fix(core): add missing wl-clipboard dependency to wayland deb package. Fix #956 --- espanso/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/espanso/Cargo.toml b/espanso/Cargo.toml index 2ea4e72..c5c573b 100644 --- a/espanso/Cargo.toml +++ b/espanso/Cargo.toml @@ -81,7 +81,7 @@ section = "utility" license-file = ["../LICENSE", "1"] [package.metadata.deb.variants.wayland] -depends = "$auto, systemd, libnotify-bin, libxkbcommon0, libwxgtk3.0-gtk3-0v5" +depends = "$auto, systemd, libnotify-bin, libxkbcommon0, libwxgtk3.0-gtk3-0v5, wl-clipboard" # TODO: once this issue [1] is fixed, we should create a variant for # wayland to automatically run the setcap script. # [1]: https://github.com/mmstick/cargo-deb/issues/151