diff --git a/Cargo.toml b/Cargo.toml index 8e3fb6b..10396ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,6 +41,9 @@ x11-dl = "2.18.3" [target.arm-unknown-linux-gnueabihf.dependencies] x11-dl = "2.18.3" +[target.armv7-unknown-linux-gnueabihf.dependencies] +x11-dl = "2.18.3" + [target.aarch64-unknown-linux-gnu.dependencies] x11-dl = "2.18.3"