fix(core): add missing wl-clipboard dependency to wayland deb package. Fix #956

This commit is contained in:
Federico Terzi 2022-02-13 19:27:50 +01:00
parent 4e9b49c3ad
commit dcea6fa178

View File

@ -81,7 +81,7 @@ section = "utility"
license-file = ["../LICENSE", "1"] license-file = ["../LICENSE", "1"]
[package.metadata.deb.variants.wayland] [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 # TODO: once this issue [1] is fixed, we should create a variant for
# wayland to automatically run the setcap script. # wayland to automatically run the setcap script.
# [1]: https://github.com/mmstick/cargo-deb/issues/151 # [1]: https://github.com/mmstick/cargo-deb/issues/151