summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReza Jahanbakhshi2022-05-21 17:45:51 +0200
committerReza Jahanbakhshi2022-05-21 17:45:51 +0200
commit3b4c55f7328d9be4f6fe5a5265f3faa35b66dcf9 (patch)
treee92be90e5c7df187266a89620e6a4a6f896c8465
parenta7a12917022b1188c598f45ef43c68e3564f549b (diff)
downloadaur-3b4c55f7328d9be4f6fe5a5265f3faa35b66dcf9.tar.gz
artifacts in rendering text in GNOME and chromium based applications if mesa builded with LTO flags
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5eb6737344c4..2b72a23e053d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
- pkgver = 22.1.0_devel.151514.a5884df949e
+ pkgver = 22.2.0_devel.154303.e8eb6d13a5d.d41d8cd98f00b204e9800998ecf8427e
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6e733e51d326..4a5dd98de14e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
pkgname=lib32-mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
-pkgver=22.1.0_devel.151514.a5884df949e.d41d8cd98f00b204e9800998ecf8427e
+pkgver=22.2.0_devel.154303.e8eb6d13a5d.d41d8cd98f00b204e9800998ecf8427e
pkgrel=1
arch=('x86_64')
makedepends=('python-mako' 'lib32-libxml2' 'lib32-libx11' 'xorgproto'
@@ -126,7 +126,6 @@ build () {
meson setup mesa _build \
--native-file llvm32.native \
-D b_ndebug=true \
- -D b_lto=true \
-D buildtype=plain \
--wrap-mode=nofallback \
-D prefix=/usr \