Merge pull request #1916 from fewtarius/dev

Fix up duckstation-sa.
This commit is contained in:
fewtarius 2023-08-11 17:29:29 -04:00 committed by GitHub
commit e4b4c113c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,12 +11,12 @@ PKG_TOOLCHAIN="cmake"
case ${DEVICE} in
RK356*)
PKG_VERSION="0798292ee50821be1081a4ddc68699044ded0020"
PKG_VERSION="5ab5070d73f1acc51e064bd96be4ba6ce3c06f5c"
PKG_PATCH_DIRS+=" legacy"
PKG_CMAKE_OPTS_TARGET+=" -DUSE_DRMKMS=ON -DENABLE_EGL=ON -DUSE_MALI=OFF"
;;
*)
PKG_VERSION="0798292ee50821be1081a4ddc68699044ded0020"
PKG_VERSION="0798292"
PKG_PATCH_DIRS+=" wayland"
;;
esac