mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/mesa to 11.0.1-1
This commit is contained in:
parent
f68cdc6b38
commit
44f53bc69b
1 changed files with 6 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
pkgbase=mesa
|
||||
pkgname=('mesa' 'mesa-libgl' 'libva-mesa-driver')
|
||||
pkgver=10.6.7
|
||||
pkgver=11.0.1
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 'dri3proto' 'presentproto'
|
||||
|
@ -21,7 +21,7 @@ options=('!libtool')
|
|||
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
|
||||
LICENSE
|
||||
0001-i965-Remove-early-release-of-DRI2-miptree.patch)
|
||||
sha256sums=('feb1f640b915dada88a7c793dfaff0ae23580f8903f87a6b76469253de0d28d8'
|
||||
sha256sums=('43d0dfcd1f1e36f07f8228cd76d90175d3fc74c1ed25d7071794a100a98ef2a6'
|
||||
'SKIP'
|
||||
'7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
|
||||
'a3f520ea13c923841c646a5b1627927744938ff691aa08e1aeaf14cce12bd1f7')
|
||||
|
@ -32,7 +32,11 @@ prepare() {
|
|||
|
||||
# Should fix FS#45750, tested by heftig - Not merged upstream
|
||||
patch -Np1 -i ../0001-i965-Remove-early-release-of-DRI2-miptree.patch
|
||||
|
||||
# Fix detection of libLLVM when built with CMake
|
||||
sed -i 's/LLVM_SO_NAME=.*/LLVM_SO_NAME=LLVM/' configure
|
||||
}
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/?esa-*
|
||||
|
||||
|
|
Loading…
Reference in a new issue