summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMajorX2342022-04-04 12:23:27 +0200
committerMajorX2342022-04-04 12:23:27 +0200
commit40c74b73d88a1cf58c66447eb5f02f522ee46f93 (patch)
treee06b3bee2a39fb68662c09a873dc5d2037148376
parent6ab6a86381e7ccd0bb28710e677dd10fded6fe35 (diff)
downloadaur-40c74b73d88a1cf58c66447eb5f02f522ee46f93.tar.gz
Add libxcursor as dependency, to fix vtk related build errors
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6aa94b1eaf5..4d5b65b00585 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -37,6 +37,7 @@ pkgbase = pcl
depends = cgns
depends = unixodbc
depends = openni2
+ depends = libxcursor
optdepends = cuda
optdepends = openni2
optdepends = python-sphinx
diff --git a/PKGBUILD b/PKGBUILD
index f19b6edc41df..df81cb43f9db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ license=('BSD')
depends=('boost' 'eigen' 'flann' 'vtk' 'qhull' 'qt5-base' 'glu' 'qt5-webkit'
'openmpi' 'python' 'libxt' 'libharu' 'proj' 'glew' 'netcdf' 'libusb' 'fmt'
'pugixml' 'liblas' 'adios2' 'utf8cpp' 'freeglut' 'ospray' 'python-mpi4py' 'openvr' 'cgns'
- 'unixodbc' 'openni2')
+ 'unixodbc' 'openni2' 'libxcursor')
makedepends=('cmake' 'gl2ps' 'python')
optdepends=('cuda' 'openni2' 'python-sphinx')
source=("pcl-${pkgver}.tar.gz"::"https://github.com/PointCloudLibrary/pcl/archive/pcl-${pkgver}.tar.gz")