Update dependencies

This commit is contained in:
BtbN
2023-09-20 15:47:43 +02:00
parent fe9763a148
commit 90b801a370
44 changed files with 45 additions and 45 deletions

View File

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

View File

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