extra/mesa-amber to 21.3.8-5

This commit is contained in:
Kevin Mihelich 2022-05-06 14:15:32 +00:00
parent f2f7ac1e89
commit 846b7f2615

View file

@ -12,7 +12,7 @@ highmem=1
pkgname=mesa-amber
pkgdesc="classic OpenGL (non-Gallium3D) drivers"
pkgver=21.3.8
pkgrel=4
pkgrel=5
arch=('x86_64')
makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 'libxshmfence' 'libxxf86vm'
'libxdamage' 'wayland' 'wayland-protocols' 'zstd' 'elfutils' 'llvm'
@ -68,5 +68,8 @@ package() {
DESTDIR="${pkgdir}" meson install -C build
# indirect rendering
ln -s /usr/lib/libGLX_amber.so.0 "${pkgdir}/usr/lib/libGLX_indirect.so.0"
install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
}