corrected default llvm setting

This commit is contained in:
Lone_Wolf 2021-01-03 16:54:00 +01:00
parent 57e4140fd5
commit 5c327f4308
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = mesa-git pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version pkgdesc = an open-source implementation of the OpenGL specification, git version
pkgver = 21.0.0_devel.132837.33a6c01e12c pkgver = 21.0.0_devel.132837.33a6c01e12c
pkgrel = 1 pkgrel = 2
url = https://www.mesa3d.org url = https://www.mesa3d.org
arch = x86_64 arch = x86_64
license = custom license = custom

View File

@ -12,7 +12,7 @@
pkgname=mesa-git pkgname=mesa-git
pkgdesc="an open-source implementation of the OpenGL specification, git version" pkgdesc="an open-source implementation of the OpenGL specification, git version"
pkgver=21.0.0_devel.132837.33a6c01e12c pkgver=21.0.0_devel.132837.33a6c01e12c
pkgrel=1 pkgrel=2
arch=('x86_64') arch=('x86_64')
makedepends=('git' 'python-mako' 'xorgproto' makedepends=('git' 'python-mako' 'xorgproto'
'libxml2' 'libx11' 'libvdpau' 'libva' 'elfutils' 'libxrandr' 'libxml2' 'libx11' 'libvdpau' 'libva' 'elfutils' 'libxrandr'
@ -44,7 +44,7 @@ sha512sums=('SKIP'
# 3: llvm-git from LordHeavy unofficial repo # 3: llvm-git from LordHeavy unofficial repo
# 4 llvm (stable from extra) Default value # 4 llvm (stable from extra) Default value
# #
MESA_WHICH_LLVM=1
if [[ ! $MESA_WHICH_LLVM ]] ; then if [[ ! $MESA_WHICH_LLVM ]] ; then
MESA_WHICH_LLVM=4 MESA_WHICH_LLVM=4
fi fi