diff options
author | Michal Wojdyla | 2024-06-22 23:49:06 +0200 |
---|---|---|
committer | Michal Wojdyla | 2024-06-22 23:49:06 +0200 |
commit | 9d6e9161d4e94aa4533b31da6f9ba0f7f663b3d6 (patch) | |
tree | 902fd0d9a12381d74b19878279361c7f01ccfb3a | |
parent | dfb2055416bb0c3af1c667fa0f962feed47b88bf (diff) | |
download | aur-9d6e9161d4e94aa4533b31da6f9ba0f7f663b3d6.tar.gz |
add missing makedeps
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -10,6 +10,8 @@ pkgbase = libfreenect-git makedepends = libxmu makedepends = cython0 makedepends = python-numpy + makedepends = git + makedepends = python-setuptools depends = glibc depends = gcc-libs depends = bash @@ -11,7 +11,7 @@ depends=( 'glibc' 'gcc-libs' 'bash' 'libusb' 'libgl' 'glu' 'freeglut' 'python' ) -makedepends=('cmake' 'libxmu' 'cython0' 'python-numpy') +makedepends=('cmake' 'libxmu' 'cython0' 'python-numpy' 'git' 'python-setuptools') optdepends=('opencv: support for python demos' 'python-matplotlib: support for python demos') provides=('libfreenect') |