mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/mesa to 11.1.0-2
This commit is contained in:
parent
289bea8380
commit
fd13fd760d
1 changed files with 4 additions and 3 deletions
|
@ -10,11 +10,11 @@
|
|||
pkgbase=mesa
|
||||
pkgname=('mesa' 'mesa-libgl' 'libva-mesa-driver')
|
||||
pkgver=11.1.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('i686' 'x86_64')
|
||||
makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 'dri3proto' 'presentproto'
|
||||
'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 'wayland' 'elfutils' 'llvm'
|
||||
'systemd' 'libomxil-bellagio' 'clang')
|
||||
'systemd' 'libomxil-bellagio' 'libgcrypt' 'clang')
|
||||
url="http://mesa3d.sourceforge.net"
|
||||
license=('custom')
|
||||
options=('!libtool')
|
||||
|
@ -43,6 +43,7 @@ build() {
|
|||
--with-gallium-drivers=freedreno,nouveau,swrast \
|
||||
--with-dri-drivers=nouveau,swrast \
|
||||
--with-egl-platforms=x11,drm,wayland \
|
||||
--with-sha1=libgcrypt \
|
||||
--enable-llvm-shared-libs \
|
||||
--enable-egl \
|
||||
--enable-gbm \
|
||||
|
@ -81,7 +82,7 @@ package_libva-mesa-driver() {
|
|||
package_mesa() {
|
||||
pkgdesc="an open-source implementation of the OpenGL specification"
|
||||
depends=('libdrm' 'wayland' 'libxxf86vm' 'libxdamage' 'libxshmfence' 'systemd' 'elfutils'
|
||||
'libomxil-bellagio' 'expat' 'libtxc_dxtn' 'llvm-libs')
|
||||
'libomxil-bellagio' 'expat' 'libgcrypt' 'libtxc_dxtn' 'llvm-libs')
|
||||
optdepends=('opengl-man-pages: for the OpenGL API man pages'
|
||||
'mesa-vdpau: for accelerated video playback'
|
||||
'libva-mesa-driver: for accelerated video playback')
|
||||
|
|
Loading…
Reference in a new issue