Lone_Wolf 2020-05-18 00:46:06 +02:00
parent e2aa15f306
commit c4cdb3aa4e
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
pkgver = 20.2.0_devel.123164.beb02a781ca
pkgver = 20.2.0_devel.123819.9048adbd246
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64

View File

@ -11,7 +11,7 @@
pkgname=mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version"
pkgver=20.2.0_devel.123164.beb02a781ca
pkgver=20.2.0_devel.123819.9048adbd246
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto'
@ -99,7 +99,7 @@ prepare() {
build () {
meson setup mesa _build \
-D b_ndebug=true \
-D b_lto=true \
-D b_lto=false \
-D buildtype=plain \
--wrap-mode=nofallback \
-D prefix=/usr \