summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortytan6522023-08-04 09:45:45 +0200
committertytan6522023-08-04 09:45:45 +0200
commit816ee0e9f7baf3885d7e7194c1d8945103507fa4 (patch)
tree5d85fde5741f15cb48403ea9514ae85960e3e747 /PKGBUILD
parent2601913171798747511fd6c08730f1c8110c73dc (diff)
downloadaur-libfreenect.tar.gz
build: Depend on libgl and not libglvnd
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9ff39665be5..a1b888facf17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=libfreenect
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="Drivers and libraries for the Xbox Kinect device on Linux"
arch=('x86_64')
url="https://github.com/OpenKinect/libfreenect"
license=('GPL2')
depends=(
- 'glibc' 'gcc-libs' 'bash' 'libusb' 'libglvnd' 'glu'
+ 'glibc' 'gcc-libs' 'bash' 'libusb' 'libgl' 'glu'
'freeglut' 'python'
)
makedepends=('cmake' 'libxmu' 'cython0' 'python-numpy')