Update dependencies

This commit is contained in:
BtbN
2024-03-18 02:21:48 +01:00
parent 140d797d59
commit 2a61ca3716
51 changed files with 51 additions and 51 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libpciaccess.git"
SCRIPT_COMMIT="04271a93ed65bfde82469509120214424eb918d0"
SCRIPT_COMMIT="ad7e9cb4b291a46812eea321f0634cfc46fb94e2"
ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1

View File

@ -1,7 +1,7 @@
#!/bin/bash
SCRIPT_REPO="https://gitlab.freedesktop.org/mesa/drm.git"
SCRIPT_COMMIT="01f91aa73d86e564678bbea439a1e2bdabbedb8d"
SCRIPT_COMMIT="c8f327ce9cb504a6c2185487d576be3d5254556a"
ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1

View File

@ -1,7 +1,7 @@
#!/bin/bash
SCRIPT_REPO="https://github.com/intel/libva.git"
SCRIPT_COMMIT="eeebe59b36297b98f7e6550e1a6edd322e714d60"
SCRIPT_COMMIT="6f3e0684ff039be347b076e7c2f2a0b8a967778c"
ffbuild_enabled() {
[[ $ADDINS_STR == *4.4* && $TARGET == win* ]] && return -1