no longer builds gallium i915 since it appears to be unmaintained and deprecated

This commit is contained in:
LW-archlinux 2018-03-13 14:59:44 +01:00
parent d5efa5e98b
commit f5ba86d283
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pkgbase = mesa-git
pkgdesc = an open-source implementation of the OpenGL specification, git version
pkgver = 18.1.0_devel.100784.9b7db12815
pkgver = 18.1.0_devel.100868.b2653007b9
pkgrel = 1
url = http://mesa3d.sourceforge.net
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=18.1.0_devel.100784.9b7db12815
pkgver=18.1.0_devel.100868.b2653007b9
pkgrel=1
arch=('x86_64')
makedepends=('git' 'python2-mako' 'llvm-svn' 'libclc' 'clang-svn' 'xorgproto'
@ -47,7 +47,7 @@ build () {
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--with-gallium-drivers=i915,r300,r600,radeonsi,nouveau,svga,swrast,virgl \
--with-gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast,virgl \
--with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
--with-platforms=x11,drm,wayland \
--with-vulkan-drivers=intel,radeon \