From a60830d3cb4aa80bcbb34bc4f6dc2f8207937363 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 7 Dec 2025 17:16:56 +0100 Subject: [PATCH] temp/mesa-dri-simpledrm: set builddir to fix build Part-of: --- temp/mesa-dri-simpledrm/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/temp/mesa-dri-simpledrm/APKBUILD b/temp/mesa-dri-simpledrm/APKBUILD index 07d8ee189..98e13ecd6 100644 --- a/temp/mesa-dri-simpledrm/APKBUILD +++ b/temp/mesa-dri-simpledrm/APKBUILD @@ -3,7 +3,7 @@ pkgname=mesa-dri-simpledrm pkgdesc="Temporary KMSRO stub for simpledrm" pkgver=0.1 -pkgrel=0 +pkgrel=1 url="https://mesa.freedesktop.org" license="MIT" arch="aarch64" @@ -14,6 +14,7 @@ makedepends="gcc" source=" usr-lib-xorg-modules-dri-simpledrm_dri.c " +builddir="$srcdir" build() { gcc usr-lib-xorg-modules-dri-simpledrm_dri.c -shared -o usr-lib-xorg-modules-dri-simpledrm_dri.so