Added support for surfaceless platform

This commit is contained in:
LW-archlinux 2018-04-04 00:13:04 +02:00
parent 4a7928d31a
commit 7d039bb887
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
pkgver = 18.1.0_devel.101338.a58fdc61e9
pkgrel = 2
pkgrel = 3
url = http://mesa3d.sourceforge.net
arch = x86_64
license = custom

View File

@ -13,7 +13,7 @@ pkgbase=mesa-git
pkgname=('mesa-git')
pkgdesc="an open-source implementation of the OpenGL specification, git version"
pkgver=18.1.0_devel.101338.a58fdc61e9
pkgrel=2
pkgrel=3
arch=('x86_64')
makedepends=('git' 'python2-mako' 'llvm-svn' 'libclc' 'clang-svn' 'xorgproto'
'libxml2' 'libx11' 'libvdpau' 'libva' 'elfutils' 'libomxil-bellagio'
@ -49,7 +49,7 @@ build () {
--sysconfdir=/etc \
--with-gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast,virgl \
--with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
--with-platforms=x11,drm \
--with-platforms=x11,drm,surfaceless \
--with-vulkan-drivers=intel,radeon \
--enable-texture-float \
--enable-gallium-osmesa \