summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLone_Wolf2022-05-21 13:35:41 +0200
committerLone_Wolf2022-05-21 13:35:41 +0200
commit69403be4097f808a61a9fa025a7a4fac6bcb9d92 (patch)
tree2b26f62f1dd7594e913641fcfe0468e28176090a /PKGBUILD
parent00d08a8007db181db4f51921bca46e33a1e78400 (diff)
downloadaur-69403be4097f808a61a9fa025a7a4fac6bcb9d92.tar.gz
no longer using lto, see package comments page
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 654b1d873ed8..13c410290dcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
pkgname=mesa-minimal-git
pkgdesc="an open-source implementation of the OpenGL specification, stripped down git version"
-pkgver=22.2.0_devel.153457.718070f0e7b
+pkgver=22.2.0_devel.154303.e8eb6d13a5d
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto' 'libxml2' 'libx11' 'libvdpau' 'libva' 'elfutils' 'libxrandr'
@@ -54,7 +54,6 @@ prepare() {
build () {
meson setup mesa _build \
-D b_ndebug=true \
- -D b_lto=true \
-D buildtype=plain \
--wrap-mode=nofallback \
-D prefix=/usr \
@@ -91,7 +90,6 @@ build () {
-D video-codecs=vc1dec,h264dec,h264enc,h265dec,h265enc
meson configure _build
-# ninja -j1 -C _build
ninja $NINJAFLAGS -C _build
}