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