Commit 5b7e83f8 authored by lovedheart's avatar lovedheart Committed by Ed Reel

[weston] add pre-built package (#2118)

parent 68950231
......@@ -7,6 +7,19 @@ class Weston < Package
source_url 'https://github.com/wayland-project/weston/archive/3.0.91.tar.gz'
source_sha256 'a27eecd9dd9a18131292d33eba37f35369ede5f3b0688154244e3238b27f854a'
binary_url ({
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/weston-3.0.91-chromeos-x86_64.tar.xz',
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/weston-3.0.91-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/weston-3.0.91-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/weston-3.0.91-chromeos-i686.tar.xz',
})
binary_sha256 ({
x86_64: '6ce064ae0d5b4282858d436d24e902f2f690d2bb7f1acca576013c201c4b9c42',
aarch64: '07fd4523ff123b53271ac100d5b2bee8edd40a1e11026cbfc19ab2671179f7f4',
armv7l: '07fd4523ff123b53271ac100d5b2bee8edd40a1e11026cbfc19ab2671179f7f4',
i686: '1bf7ac234043bfad8877e0eea7f58ca20487d1464a865e2ab12e877404ebe8e1',
})
depends_on 'harfbuzz'
depends_on 'libxcursor'
depends_on 'libinput'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment