Update dependencies

This commit is contained in:
BtbN
2024-06-23 13:17:34 +02:00
parent 31add5f62d
commit d1ff67cb28
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="37265ab0ad36af456b664b8656e126a6c770e61a"
SCRIPT_COMMIT="7f20912b1be52ec65bc917dcd27515e905f9f567"
ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1

View File

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