change osmesa value to true, see ee80237218
This commit is contained in:
parent
01bb79a671
commit
b2e8d6617b
2
.SRCINFO
2
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
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.132039.6df572532dc
|
pkgver = 21.0.0_devel.132228.574429f9528
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.mesa3d.org
|
url = https://www.mesa3d.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -11,7 +11,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.132039.6df572532dc
|
pkgver=21.0.0_devel.132228.574429f9528
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
makedepends=('git' 'python-mako' 'xorgproto'
|
makedepends=('git' 'python-mako' 'xorgproto'
|
||||||
@ -125,7 +125,7 @@ build () {
|
|||||||
-D libunwind=enabled \
|
-D libunwind=enabled \
|
||||||
-D llvm=enabled \
|
-D llvm=enabled \
|
||||||
-D lmsensors=enabled \
|
-D lmsensors=enabled \
|
||||||
-D osmesa=gallium \
|
-D osmesa=true \
|
||||||
-D shared-glapi=enabled \
|
-D shared-glapi=enabled \
|
||||||
-D gallium-opencl=icd \
|
-D gallium-opencl=icd \
|
||||||
-D valgrind=disabled \
|
-D valgrind=disabled \
|
||||||
|
Loading…
Reference in New Issue
Block a user