mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 09:57:14 +08:00
mesa: update to 13.0.2
This commit is contained in:
parent
e1ca812bed
commit
0e3b2a633b
@ -1,9 +1,6 @@
|
||||
# maintainer: inkane@chakraos.org
|
||||
# contributor: almack@chakraos.org
|
||||
|
||||
pkgbase=mesa
|
||||
pkgname=('opencl-mesa' 'vulkan-intel' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 'mesa-libgl')
|
||||
pkgver=13.0.1
|
||||
pkgver=13.0.2
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 'dri3proto' 'presentproto'
|
||||
@ -14,7 +11,7 @@ license=('custom')
|
||||
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
|
||||
LICENSE
|
||||
remove-libpthread-stubs.patch)
|
||||
sha256sums=('71962fb2bf77d33b0ad4a565b490dbbeaf4619099c6d9722f04a73187957a731'
|
||||
sha256sums=('a6ed622645f4ed61da418bf65adde5bcc4bb79023c36ba7d6b45b389da4416d5'
|
||||
'SKIP'
|
||||
'7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
|
||||
'fdbdeffd3a227c789de787a2a07f6cd0352b772dbdc16471aa3df1cb72f587a3')
|
||||
@ -59,7 +56,8 @@ build() {
|
||||
--enable-vdpau \
|
||||
--enable-omx \
|
||||
--enable-nine \
|
||||
--enable-opencl --enable-opencl-icd \
|
||||
--enable-opencl \
|
||||
--enable-opencl-icd \
|
||||
--with-clang-libdir=/usr/lib
|
||||
|
||||
make
|
||||
|
Loading…
Reference in New Issue
Block a user