Link with xcb on Linux
This commit is contained in:
parent
82d796ded4
commit
c69626336d
2 changed files with 7 additions and 7 deletions
|
@ -30,15 +30,15 @@ from lib.util import get_host_arch
|
|||
SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
URL_PREFIX = 'https://github.com'
|
||||
URL_PATH = 'atom/debian-sysroot-image-creator/releases/download'
|
||||
REVISION_AMD64 = 'v0.4.0'
|
||||
REVISION_I386 = 'v0.4.0'
|
||||
REVISION_ARM = 'v0.4.0'
|
||||
REVISION_AMD64 = 'v0.5.0'
|
||||
REVISION_I386 = 'v0.5.0'
|
||||
REVISION_ARM = 'v0.5.0'
|
||||
TARBALL_AMD64 = 'debian_wheezy_amd64_sysroot.tgz'
|
||||
TARBALL_I386 = 'debian_wheezy_i386_sysroot.tgz'
|
||||
TARBALL_ARM = 'debian_wheezy_arm_sysroot.tgz'
|
||||
TARBALL_AMD64_SHA1SUM = 'a7e8faa99b681317969ac450a27233925bdeed62'
|
||||
TARBALL_I386_SHA1SUM = '9fc827eddc26e562c0a0b2586be5dc075e570e10'
|
||||
TARBALL_ARM_SHA1SUM = 'bfa4233708ab937d682a14e8d87ddba3cadb6eae'
|
||||
TARBALL_AMD64_SHA1SUM = '981b2440d446156801c6fdecffb5edcadf27593c'
|
||||
TARBALL_I386_SHA1SUM = '2e4e43c1e8718595e37c6b6ab89256dae53adf23'
|
||||
TARBALL_ARM_SHA1SUM = '448e635f38e99d6d860db538a9db85ac74d36e41'
|
||||
SYSROOT_DIR_AMD64 = 'debian_wheezy_amd64-sysroot'
|
||||
SYSROOT_DIR_I386 = 'debian_wheezy_i386-sysroot'
|
||||
SYSROOT_DIR_ARM = 'debian_wheezy_arm-sysroot'
|
||||
|
|
2
vendor/brightray
vendored
2
vendor/brightray
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 280492556cfcdf56274d18bccb4f9560f43a2a91
|
||||
Subproject commit d5ac0caf9995d7736391d9d34158d1d2f7af9de7
|
Loading…
Reference in a new issue