Update dependencies

This commit is contained in:
BtbN
2024-03-29 19:27:33 +01:00
parent 2660e7562a
commit 6fe041f6eb
38 changed files with 47 additions and 43 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libpciaccess.git"
SCRIPT_COMMIT="ad7e9cb4b291a46812eea321f0634cfc46fb94e2"
SCRIPT_COMMIT="2ec2576cabefef1eaa5dd9307c97de2e887fc347"
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="c8f327ce9cb504a6c2185487d576be3d5254556a"
SCRIPT_COMMIT="764ed8b91632276bc0d77461a62316b3bcb0cccf"
ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1

View File

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