summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66c35792c928..ea359ee8a7a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libfreenect
pkgdesc = Drivers and libraries for the Xbox Kinect device on Linux
pkgver = 0.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/OpenKinect/libfreenect
arch = x86_64
license = GPL2
@@ -13,7 +13,7 @@ pkgbase = libfreenect
depends = gcc-libs
depends = bash
depends = libusb
- depends = libglvnd
+ depends = libgl
depends = glu
depends = freeglut
depends = python
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')