mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/mesa-amber to 21.3.8-5
This commit is contained in:
parent
f2f7ac1e89
commit
846b7f2615
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue