fix(core): add missing wl-clipboard dependency to wayland deb package. Fix #956
This commit is contained in:
parent
4e9b49c3ad
commit
dcea6fa178
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user