corrected default llvm setting
This commit is contained in:
parent
57e4140fd5
commit
5c327f4308
2
.SRCINFO
2
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = mesa-git
|
||||
pkgdesc = an open-source implementation of the OpenGL specification, git version
|
||||
pkgver = 21.0.0_devel.132837.33a6c01e12c
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://www.mesa3d.org
|
||||
arch = x86_64
|
||||
license = custom
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -12,7 +12,7 @@
|
||||
pkgname=mesa-git
|
||||
pkgdesc="an open-source implementation of the OpenGL specification, git version"
|
||||
pkgver=21.0.0_devel.132837.33a6c01e12c
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('x86_64')
|
||||
makedepends=('git' 'python-mako' 'xorgproto'
|
||||
'libxml2' 'libx11' 'libvdpau' 'libva' 'elfutils' 'libxrandr'
|
||||
@ -44,7 +44,7 @@ sha512sums=('SKIP'
|
||||
# 3: llvm-git from LordHeavy unofficial repo
|
||||
# 4 llvm (stable from extra) Default value
|
||||
#
|
||||
MESA_WHICH_LLVM=1
|
||||
|
||||
if [[ ! $MESA_WHICH_LLVM ]] ; then
|
||||
MESA_WHICH_LLVM=4
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user