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