[yabridgectl] Check for libdbus-1.so

Instead of checking for notify-send.
This commit is contained in:
Robbert van der Helm
2022-10-28 19:44:19 +02:00
parent af0f38c00b
commit b9bf67754d
4 changed files with 24 additions and 10 deletions
+1
View File
@@ -15,6 +15,7 @@ clap = { version = "3.0.6", features = ["cargo", "env", "wrap_help"] }
colored = "2.0.0"
is_executable = "1.0.1"
goblin = { version = "0.6", default_features = false, features = ["std", "pe32", "pe64"] }
libloading = "0.7.3"
promptly = "0.3.1"
# Version 0.1.3 from crates.io assumes a 64-bit toolchain
reflink = { git = "https://github.com/nicokoch/reflink", rev = "e8d93b465f5d9ad340cd052b64bbc77b8ee107e2" }