Merge pull request #80 from r3claimer/dev

Use our panfork repo, as current repo was removed
This commit is contained in:
r3claimer 2024-04-09 09:17:31 -07:00 committed by GitHub
commit 84d1bc555f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,10 +11,9 @@ PKG_PATCH_DIRS+=" ${DEVICE}"
case ${DEVICE} in
RK3588*)
PKG_VERSION="120202c675749c5ef81ae4c8cdc30019b4de08f4"
PKG_SITE="https://gitlab.com/panfork/mesa"
PKG_VERSION="832c3c7117e4366e415ded92a6f07ec203fd9233"
PKG_SITE="https://github.com/ROCKNIX/mesa-panfork"
PKG_URL="${PKG_SITE}.git"
PKG_GIT_CLONE_BRANCH="csf"
;;
RK3*|S922X)
if [ "${DEVICE}" = "S922X" -a "${USE_MALI}" != "no" ]; then