mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libglvnd to 0.2.999+g4ba53457-2
This commit is contained in:
parent
bbe4e1d851
commit
fe5a684780
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue