patch: fix arboard pollution

Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
This commit is contained in:
ClSlaid
2023-10-28 09:55:34 +08:00
parent 053723647b
commit ed0ded33b7
5 changed files with 78 additions and 2 deletions

View File

@@ -132,6 +132,8 @@ dbus = "0.9"
dbus-crossroads = "0.5"
pam = { git="https://github.com/fufesou/pam", optional = true }
users = { version = "0.11" }
x11-clipboard = {git="https://github.com/clslaid/x11-clipboard", branch = "feat/store-batch"}
x11rb = {version = "0.12", features = ["all-extensions"]}
[target.'cfg(target_os = "android")'.dependencies]
android_logger = "0.13"