mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add ARM build support.
This commit is contained in:
parent
44a4b7886d
commit
53427f43ab
2 changed files with 9 additions and 0 deletions
|
@ -76,6 +76,9 @@ git = "https://github.com/servo/rust-fontconfig"
|
|||
[target.x86_64-unknown-linux-gnu.dependencies.fontconfig]
|
||||
git = "https://github.com/servo/rust-fontconfig"
|
||||
|
||||
[target.arm-unknown-linux-gnueabihf.dependencies.fontconfig]
|
||||
git = "https://github.com/servo/rust-fontconfig"
|
||||
|
||||
[target.arm-linux-androideabi.dependencies.fontconfig]
|
||||
git = "https://github.com/servo/rust-fontconfig"
|
||||
|
||||
|
@ -85,6 +88,9 @@ git = "https://github.com/servo/rust-freetype"
|
|||
[target.x86_64-unknown-linux-gnu.dependencies.freetype]
|
||||
git = "https://github.com/servo/rust-freetype"
|
||||
|
||||
[target.arm-unknown-linux-gnueabihf.dependencies.freetype]
|
||||
git = "https://github.com/servo/rust-freetype"
|
||||
|
||||
[target.arm-linux-androideabi.dependencies.freetype]
|
||||
git = "https://github.com/servo/rust-freetype"
|
||||
|
||||
|
|
|
@ -51,6 +51,9 @@ x11 = "*"
|
|||
[target.x86_64-unknown-linux-gnu.dependencies]
|
||||
x11 = "*"
|
||||
|
||||
[target.arm-unknown-linux-gnueabihf.dependencies]
|
||||
x11 = "*"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies.cgl]
|
||||
git = "https://github.com/servo/cgl-rs"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue