From 633a88ce57045aff6d26e32ad555a8ff8ff3c6ea Mon Sep 17 00:00:00 2001 From: Xilin Wu Date: Sat, 16 Dec 2023 15:03:24 +0800 Subject: [PATCH] Adapt for adreno Signed-off-by: Xilin Wu --- PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 373f06a..5837166 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,11 +10,11 @@ # Contributor: Antti "Tera" Oja # Contributor: Diego Jose -pkgname=mesa-git +pkgname=mesa-qcom-git pkgdesc="an open-source implementation of the OpenGL specification, git version" -pkgver=24.0.0_devel.181206.ec43c20182b.d41d8cd +pkgver=24.0.0_devel.181992.9d162de9a05.d41d8cd pkgrel=1 -arch=('x86_64') +arch=('aarch64') makedepends=('git' 'python-mako' 'xorgproto' 'libxml2' 'libvdpau' 'libva' 'elfutils' 'libxrandr' 'wayland-protocols' 'meson' 'ninja' 'glslang' 'directx-headers' @@ -123,14 +123,13 @@ build () { -D b_ndebug=true \ -D b_lto=false \ -D platforms=x11,wayland \ - -D gallium-drivers=r300,r600,radeonsi,nouveau,virgl,svga,swrast,i915,iris,crocus,zink,d3d12 \ - -D vulkan-drivers=amd,intel,swrast,virtio,intel_hasvk \ + -D gallium-drivers=virgl,svga,swrast,zink,d3d12,freedreno \ + -D vulkan-drivers=swrast,virtio,freedreno \ -D vulkan-layers=device-select,overlay \ -D dri3=enabled \ -D egl=enabled \ -D gallium-extra-hud=true \ -D gallium-nine=true \ - -D gallium-omx=bellagio \ -D gallium-opencl=disabled \ -D gallium-va=enabled \ -D gallium-vdpau=enabled \