git » mesa.git » commit a5bb7df

mesa 24.0.5

author Urja (ARMLFS builder)
2024-07-12 17:48:11 UTC
committer Urja (ARMLFS builder)
2024-07-12 17:48:11 UTC
parent bc3f9aeea7cbe14e7adb75c6c5825d6b317535b9

mesa 24.0.5

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index fe3e980..050c19d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ pkgrel=2
 epoch=1
 pkgdesc="Open-source OpenGL drivers"
 url="https://www.mesa3d.org/"
-arch=('armv7h')
+arch=('armv7h' 'aarch64')
 license=('MIT AND BSD-3-Clause AND SGI-B-2.0')
 makedepends=(
 #  'clang'
@@ -150,7 +150,7 @@ build() {
   export MESON_PACKAGE_CACHE_DIR="$srcdir"
 
   arch-meson mesa-$pkgver build "${meson_options[@]}"
-  meson configure build # Print config
+  # meson configure build # Print config
   meson compile -C build
 
   # fake installation to be seperated into packages