From 8a6147822c1bbd65d6f75116d162485df2a01003 Mon Sep 17 00:00:00 2001 From: Akos Kiss Date: Wed, 22 Jul 2015 12:08:59 +0000 Subject: [PATCH] Add x11 dependency to aarch64-unknown-linux-gnu --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f0abdf5..8e51c2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,3 +41,7 @@ features = ["xlib"] [target.arm-unknown-linux-gnueabihf.dependencies.x11] version = "*" features = ["xlib"] + +[target.aarch64-unknown-linux-gnu.dependencies.x11] +version = "*" +features = ["xlib"]