Merge pull request #2526 from JustEnoughLinuxOS/dev

Revert duckstation-sa update to fix build issue.
This commit is contained in:
fewtarius 2023-12-13 22:15:59 -05:00 committed by GitHub
commit b16a54a304
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ case ${TARGET_ARCH} in
PKG_CMAKE_OPTS_TARGET+=" -DUSE_DRMKMS=ON -DENABLE_EGL=ON -DUSE_MALI=OFF"
;;
*)
PKG_VERSION="dbaf49e4d4f217e22b3bf4ae9439108966e95682"
PKG_VERSION="bfa792ddbff11c102521124f235ccb310cac6e6a"
PKG_PATCH_DIRS+=" wayland/${TARGET_ARCH}"
;;
esac