mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/libglvnd to 1.2.0-2
This commit is contained in:
parent
8dc0674df6
commit
4c6c8a403b
1 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=libglvnd
|
||||
pkgver=1.2.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="The GL Vendor-Neutral Dispatch library"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/NVIDIA/libglvnd"
|
||||
|
@ -34,4 +34,8 @@ package() {
|
|||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||
|
||||
# FS#64044
|
||||
rm "$pkgdir"/usr/lib/pkgconfig/glesv1*
|
||||
rm "$pkgdir"/usr/lib/libGLESv1*
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue