Update dependencies
This commit is contained in:
parent
915cbaa276
commit
0db921593e
43 changed files with 44 additions and 44 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
LIBPCIACCESS_REPO="https://gitlab.freedesktop.org/xorg/lib/libpciaccess.git"
|
||||
LIBPCIACCESS_COMMIT="9c01fdd7c02d8b9b5003e659ebca0b3643bd47c4"
|
||||
LIBPCIACCESS_COMMIT="4ef1660667425c0f171949aacae9d07b10a40d7f"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
LIBDRM_REPO="https://gitlab.freedesktop.org/mesa/drm.git"
|
||||
LIBDRM_COMMIT="440e2d7a34de5c839c4d6d758b21b1bc359255d5"
|
||||
LIBDRM_COMMIT="8376362245e5cc61e4fa4932ecbcc5cc1566e98f"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
LIBVA_REPO="https://github.com/intel/libva.git"
|
||||
LIBVA_COMMIT="63c6378c76e471fcccddd386785c4bc21f6357a4"
|
||||
LIBVA_COMMIT="9e4bdc5c4f7f8549187badb8a5111c1b07c3c41c"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue