extra/libglvnd to 0.2.999+g4ba53457-2

This commit is contained in:
Kevin Mihelich 2017-03-25 17:19:35 +00:00
parent bbe4e1d851
commit fe5a684780

View file

@ -7,7 +7,7 @@
pkgname=libglvnd pkgname=libglvnd
pkgver=0.2.999+g4ba53457 pkgver=0.2.999+g4ba53457
_commit=4ba5345742d6c98b528ac28fb7127006d2cc3f75 _commit=4ba5345742d6c98b528ac28fb7127006d2cc3f75
pkgrel=1 pkgrel=2
pkgdesc="The GL Vendor-Neutral Dispatch library" pkgdesc="The GL Vendor-Neutral Dispatch library"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://github.com/NVIDIA/libglvnd" url="https://github.com/NVIDIA/libglvnd"
@ -29,7 +29,8 @@ build() {
} }
package() { package() {
depends=('libxext' 'opengl-driver') # libglvnd needs mesa for indirect rendering
depends=('libxext' 'mesa' 'opengl-driver')
cd $pkgname cd $pkgname
make DESTDIR="${pkgdir}" install make DESTDIR="${pkgdir}" install