Update dependencies

This commit is contained in:
BtbN
2023-10-24 00:40:01 +02:00
parent 9a80ab2679
commit 7b6432add4
52 changed files with 55 additions and 59 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
SCRIPT_REPO="https://gitlab.freedesktop.org/xorg/lib/libpciaccess.git"
SCRIPT_COMMIT="03d0b467804bf033c2be259be3f091231f74cff9"
SCRIPT_COMMIT="6cd5a4afbb70868c7746de8d50dea59e02e9acf2"
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="6abc164052e4902f67213baa279d743cf46227d4"
SCRIPT_COMMIT="5254fd1146b95a86fef1bb8e950d0146d829f3c4"
ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1

View File

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