Unify repo/commit/rev variable names

This commit is contained in:
BtbN
2022-07-12 17:54:12 +02:00
parent b9a3f7ffce
commit 38fccdcd44
81 changed files with 254 additions and 254 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
LIBDRM_REPO="https://gitlab.freedesktop.org/mesa/drm.git"
LIBDRM_COMMIT="f7828dc180ba3427b5e405fab25e9846c07322bc"
SCRIPT_REPO="https://gitlab.freedesktop.org/mesa/drm.git"
SCRIPT_COMMIT="f7828dc180ba3427b5e405fab25e9846c07322bc"
ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1
@ -9,7 +9,7 @@ ffbuild_enabled() {
}
ffbuild_dockerbuild() {
git-mini-clone "$LIBDRM_REPO" "$LIBDRM_COMMIT" libdrm
git-mini-clone "$SCRIPT_REPO" "$SCRIPT_COMMIT" libdrm
cd libdrm
mkdir build && cd build