Skip to content

Commit

Permalink
depend on vendored dbus in order to avoid build failure with libdbus-…
Browse files Browse the repository at this point in the history
…sys on linux aarch64 target
  • Loading branch information
NuLL3rr0r committed Nov 17, 2023
1 parent 13a638a commit ac49c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tokio = { version = "1.32.0", features = ["sync", "rt"] }
tokio-stream = { version = "0.1.14", features = ["sync"] }

[target.'cfg(target_os = "linux")'.dependencies]
dbus = "0.9.7"
dbus = { version = "0.9.7", features = ["vendored"] }
bluez-async = "0.7.2"

[target.'cfg(target_os = "android")'.dependencies]
Expand Down

0 comments on commit ac49c1d

Please sign in to comment.