Bump Mesa to 24.0.1

This commit is contained in:
brooksytech 2024-02-15 14:35:29 +00:00
parent 528856d601
commit 0019c8191f
No known key found for this signature in database

View file

@ -17,13 +17,13 @@ case ${DEVICE} in
PKG_GIT_CLONE_BRANCH="csf"
;;
RK33*|RK3566) #Using upstream dev for panfrost
PKG_VERSION="7adc7678a88edccfbd20af2307e7f50e9ed48e47"
PKG_VERSION="ad5fbc440767ee020ebf761bd7f3aaba0895c92d"
PKG_SITE="https://gitlab.freedesktop.org/mesa/mesa"
PKG_URL="${PKG_SITE}.git"
PKG_PATCH_DIRS+=" panfrost"
;;
*)
PKG_VERSION="24.0.0"
PKG_VERSION="24.0.1"
PKG_SITE="http://www.mesa3d.org/"
PKG_URL="https://gitlab.freedesktop.org/mesa/mesa/-/archive/mesa-${PKG_VERSION}/mesa-mesa-${PKG_VERSION}.tar.gz"
;;