Update dependencies
This commit is contained in:
parent
f4de61ca32
commit
be2213e801
26 changed files with 27 additions and 27 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
XCBPROTO_REPO="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git"
|
||||
XCBPROTO_COMMIT="78d0652ac33b774c824eaeff82d504e4fe618176"
|
||||
XCBPROTO_COMMIT="f0db8b7d31a379fe26f6cc592be997c8ce5f0b2d"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
XPROTO_REPO="https://gitlab.freedesktop.org/xorg/proto/xorgproto.git"
|
||||
XPROTO_COMMIT="a0ed054ee2c334941dfe9eaa7bcfdbbe6907e1b5"
|
||||
XPROTO_COMMIT="57acac1d4c7967f4661fb1c9f86f48f34a46c48d"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
LIBXCB_REPO="https://gitlab.freedesktop.org/xorg/lib/libxcb.git"
|
||||
LIBXCB_COMMIT="21414e7c447f18224c577ed5e32bd5d6e45c44f9"
|
||||
LIBXCB_COMMIT="a503167f751ba77e6819df568b7f5042d2baa9c9"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue