From fbd54e8d629c54f63ecb03a7d51fb6cea7253004 Mon Sep 17 00:00:00 2001 From: SolDev69 <40839581+SolDev69@users.noreply.github.com> Date: Fri, 8 Dec 2023 17:57:45 -0500 Subject: [PATCH] downgrade libdrm to allow this to compile maybe --- .github/workflows/android.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index e689932e593..0a111529798 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -28,6 +28,7 @@ jobs: envsubst build-crossfile-drm git clone --depth 1 https://gitlab.freedesktop.org/mesa/drm.git cd drm + git reset --hard bf08984682a2bc7c4a1e01dd2af8d4c1d75cea46 meson setup "build-android" \ --prefix=/tmp/drm-static \ --cross-file "../build-crossfile-drm" \