mesa: switch to libglvnd
This commit is contained in:
parent
d81558e5bd
commit
927269cf2d
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
pkgname=mesa
|
pkgname=mesa
|
||||||
pkgver=21.1.2
|
pkgver=21.2.1
|
||||||
deps="musl:wayland:wayland-protocols:llvm:zlib-ng:expat:libffi:libdrm:python-mako"
|
deps="musl:wayland:wayland-protocols:llvm:zlib-ng:expat:libffi:libdrm:python-mako"
|
||||||
ext=dev
|
ext=dev
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ build() {
|
||||||
-Dopengl=true \
|
-Dopengl=true \
|
||||||
-Dgbm=true \
|
-Dgbm=true \
|
||||||
-Dglx=disabled \
|
-Dglx=disabled \
|
||||||
-Dglvnd=false \
|
-Dglvnd=true \
|
||||||
-Degl=true \
|
-Degl=true \
|
||||||
-Dllvm=true \
|
-Dllvm=true \
|
||||||
-Dshared-llvm=true \
|
-Dshared-llvm=true \
|
||||||
|
|
Loading…
Reference in a new issue