summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLone_Wolf2024-05-14 16:42:29 +0200
committerLone_Wolf2024-05-14 16:42:29 +0200
commit1494841f9453948fb362d65b738b7eba9493091d (patch)
treee7a776b597875bff24a54645b7a6fa66da117dc9 /PKGBUILD
parent1a6b19c5101eed7cd1f3e4b3220e6629c9b95429 (diff)
downloadaur-1494841f9453948fb362d65b738b7eba9493091d.tar.gz
cleanup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 911b1f345f64..fbdb4cb83d8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
pkgbase=mesa-minimal-git
pkgname=(mesa-minimal-git opencl-rusticl-mesa-minimal-git)
pkgdesc="an open-source implementation of the OpenGL specification, stripped down git version"
-pkgver=24.2.0_devel.188553.6ab4b2d7a06
+pkgver=24.2.0_devel.189258.5502ecd7716
pkgrel=1
arch=('x86_64')
makedepends=(git meson ninja libglvnd python-packaging python-mako xorgproto libxml2 libx11 libva elfutils libxrandr
@@ -51,9 +51,6 @@ pkgver() {
build() {
-# llvm trunk since https://github.com/llvm/llvm-project/commit/90c738ef15fc6f10255dced0b1557f2cd2c4f43b
-# breaks build, see https://gitlab.freedesktop.org/mesa/mesa/-/issues/10947
-# disabling intel OpenGL & Vulkan driver for now
meson setup mesa _build \
-D b_ndebug=true \
-D b_lto=false \