update deprecated meson options
This commit is contained in:
parent
c4cdb3aa4e
commit
c60b8c5b16
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 = 20.2.0_devel.123819.9048adbd246
|
pkgver = 20.2.0_devel.124685.1234faa7bf1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.mesa3d.org
|
url = https://www.mesa3d.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
32
PKGBUILD
32
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=20.2.0_devel.123819.9048adbd246
|
pkgver=20.2.0_devel.124685.1234faa7bf1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
makedepends=('git' 'python-mako' 'xorgproto'
|
makedepends=('git' 'python-mako' 'xorgproto'
|
||||||
@ -108,31 +108,31 @@ build () {
|
|||||||
-D dri-drivers=i915,i965,r200,r100,nouveau \
|
-D dri-drivers=i915,i965,r200,r100,nouveau \
|
||||||
-D gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast,virgl,iris,zink \
|
-D gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast,virgl,iris,zink \
|
||||||
-D vulkan-drivers=amd,intel \
|
-D vulkan-drivers=amd,intel \
|
||||||
-D dri3=true \
|
-D dri3=enabled \
|
||||||
-D egl=true \
|
-D egl=enabled \
|
||||||
-D gallium-extra-hud=true \
|
-D gallium-extra-hud=true \
|
||||||
-D gallium-nine=true \
|
-D gallium-nine=true \
|
||||||
-D gallium-omx=bellagio \
|
-D gallium-omx=bellagio \
|
||||||
-D gallium-va=true \
|
-D gallium-va=enabled \
|
||||||
-D gallium-vdpau=true \
|
-D gallium-vdpau=enabled \
|
||||||
-D gallium-xa=true \
|
-D gallium-xa=enabled \
|
||||||
-D gallium-xvmc=false \
|
-D gallium-xvmc=disabled \
|
||||||
-D gbm=true \
|
-D gbm=enabled \
|
||||||
-D gles1=false \
|
-D gles1=disabled \
|
||||||
-D gles2=true \
|
-D gles2=enabled \
|
||||||
-D glvnd=true \
|
-D glvnd=true \
|
||||||
-D glx=dri \
|
-D glx=dri \
|
||||||
-D libunwind=true \
|
-D libunwind=enabled \
|
||||||
-D llvm=true \
|
-D llvm=enabled \
|
||||||
-D lmsensors=true \
|
-D lmsensors=enabled \
|
||||||
-D osmesa=gallium \
|
-D osmesa=gallium \
|
||||||
-D shared-glapi=true \
|
-D shared-glapi=enabled \
|
||||||
-D gallium-opencl=icd \
|
-D gallium-opencl=icd \
|
||||||
-D valgrind=false \
|
-D valgrind=disabled \
|
||||||
-D vulkan-overlay-layer=true \
|
-D vulkan-overlay-layer=true \
|
||||||
-D vulkan-device-select-layer=true \
|
-D vulkan-device-select-layer=true \
|
||||||
-D tools=[] \
|
-D tools=[] \
|
||||||
-D zstd=true \
|
-D zstd=enabled \
|
||||||
|
|
||||||
meson configure _build
|
meson configure _build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user