From 99ee1de381bf67c6f6716b0256b20b7a80781858 Mon Sep 17 00:00:00 2001 From: krdln Date: Tue, 5 May 2015 02:01:50 +0200 Subject: Copy Linux dependencies to ARM target Add `[target.arm-unknown-linux-gnueabihf.dependencies]` with osmesa-sys and x11. This enables glutin to compile on ARM Linux. --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7f21b9b..c73b81d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,3 +56,7 @@ x11 = "*" [target.x86_64-unknown-linux-gnu.dependencies] osmesa-sys = "0.0.5" x11 = "*" + +[target.arm-unknown-linux-gnueabihf.dependencies] +osmesa-sys = "0.0.5" +x11 = "*" -- cgit v1.2.3