enabled support for vulkan overlay

This commit is contained in:
LW-archlinux 2019-03-27 17:23:24 +01:00
parent 3c450c331d
commit be758080ab
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
pkgver = 19.1.0_devel.108956.d7b31969767
pkgver = 19.1.0_devel.109535.3bccf702118
pkgrel = 1
url = https://www.mesa3d.org
arch = x86_64

View File

@ -12,7 +12,7 @@
pkgbase=mesa-git
pkgname=('mesa-git')
pkgdesc="an open-source implementation of the OpenGL specification, git version"
pkgver=19.1.0_devel.108956.d7b31969767
pkgver=19.1.0_devel.109535.3bccf702118
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python-mako' 'llvm-svn' 'clang-svn' 'xorgproto'
@ -72,6 +72,7 @@ build () {
-D shared-glapi=true \
-D gallium-opencl=icd \
-D valgrind=false \
-D vulkan-overlay-layer=true \
-D tools=[]
meson configure _build
ninja -C _build