no longer builds gallium i915 since it appears to be unmaintained and deprecated
This commit is contained in:
parent
d5efa5e98b
commit
f5ba86d283
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 = 18.1.0_devel.100784.9b7db12815
|
pkgver = 18.1.0_devel.100868.b2653007b9
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://mesa3d.sourceforge.net
|
url = http://mesa3d.sourceforge.net
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -12,7 +12,7 @@
|
|||||||
pkgbase=mesa-git
|
pkgbase=mesa-git
|
||||||
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=18.1.0_devel.100784.9b7db12815
|
pkgver=18.1.0_devel.100868.b2653007b9
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
makedepends=('git' 'python2-mako' 'llvm-svn' 'libclc' 'clang-svn' 'xorgproto'
|
makedepends=('git' 'python2-mako' 'llvm-svn' 'libclc' 'clang-svn' 'xorgproto'
|
||||||
@ -47,7 +47,7 @@ build () {
|
|||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--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-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
|
||||||
--with-platforms=x11,drm,wayland \
|
--with-platforms=x11,drm,wayland \
|
||||||
--with-vulkan-drivers=intel,radeon \
|
--with-vulkan-drivers=intel,radeon \
|
||||||
|
Loading…
Reference in New Issue
Block a user