summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2016-02-24 00:07:07 +0900
committerBenjamin Chrétien2016-02-24 00:07:07 +0900
commitb5225ef8fef2e46e70cf9f98b868e2c52291a2a0 (patch)
tree7f9e5b00a52da929f333d30b0eb66b8d1095e6c1
parenta95dbffbded28df9b0a1a563703b8a6e69935f88 (diff)
downloadaur-b5225ef8fef2e46e70cf9f98b868e2c52291a2a0.tar.gz
Add missing dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cad2980c01b3..8b946eddf637 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Feb 18 15:12:54 UTC 2016
+# Tue Feb 23 15:06:56 UTC 2016
pkgbase = pcl
pkgdesc = A comprehensive open source library for n-D Point Clouds and 3D geometry processing
pkgver = 1.8.0rc1
@@ -19,6 +19,8 @@ pkgbase = pcl
depends = glu
depends = qt5-webkit
depends = openmpi
+ depends = python2
+ depends = libxt
optdepends = cuda
optdepends = openni2
optdepends = python-sphinx
diff --git a/PKGBUILD b/PKGBUILD
index c4e69c8f898d..7dba66a57962 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,8 @@ pkgdesc="A comprehensive open source library for n-D Point Clouds and 3D geometr
arch=('x86_64' 'i686')
url='http://www.pointclouds.org'
license=('BSD')
-depends=('boost' 'eigen' 'flann' 'vtk' 'qhull' 'qt5-base' 'glu' 'qt5-webkit' 'openmpi')
+depends=('boost' 'eigen' 'flann' 'vtk' 'qhull' 'qt5-base' 'glu' 'qt5-webkit'
+ 'openmpi' 'python2' 'libxt')
makedepends=('cmake' 'gl2ps')
optdepends=('cuda' 'openni2' 'python-sphinx')
source=("https://github.com/PointCloudLibrary/pcl/archive/pcl-${pkgver}.tar.gz"