summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLW-archlinux2018-03-13 14:59:44 +0100
committerLW-archlinux2018-03-13 14:59:44 +0100
commitf5ba86d283ab29874d582d3f98e9febd0a948832 (patch)
treea6d513e4362b640af0ab14846989e6ec37dd4ff8
parentd5efa5e98bde79cedd80442206129280b0089bd9 (diff)
downloadaur-f5ba86d283ab29874d582d3f98e9febd0a948832.tar.gz
no longer builds gallium i915 since it appears to be unmaintained and deprecated
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 689f41071639..65b5b33856d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index c9d006d7fb97..177e94621056 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,12 +12,12 @@
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'
'libxml2' 'libx11' 'libvdpau' 'libva' 'elfutils' 'libomxil-bellagio'
- 'ocl-icd' 'vulkan-icd-loader' 'libgcrypt' 'wayland-protocols' 'valgrind')
+ 'ocl-icd' 'vulkan-icd-loader' 'libgcrypt' 'wayland-protocols' 'valgrind')
depends=('libdrm' 'wayland' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'libelf'
'libomxil-bellagio' 'llvm-libs-svn' 'libunwind' 'libglvnd')
optdepends=('opengl-man-pages: for the OpenGL API man pages')
@@ -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 \