diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-08-01 19:39:10 +0800 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-08-01 07:39:10 -0400 |
| commit | e9f8dbf440ff65b9a6ce942f46f65c19c02d9fb9 (patch) | |
| tree | 27d35cc39b67df2f8e8d59c5fea29be80936f840 /ports/pcl/CONTROL | |
| parent | 455223d009fc6fef0d9293e511d64e9e372abdb0 (diff) | |
| download | vcpkg-e9f8dbf440ff65b9a6ce942f46f65c19c02d9fb9.tar.gz vcpkg-e9f8dbf440ff65b9a6ce942f46f65c19c02d9fb9.zip | |
[pcl]Fix Build failure in linux (#7413)
* [pcl]Set opengl as a port feature.
* [pcl]Re-generate boost patch.
* [pcl]Use vcpkg_check_features.
Diffstat (limited to 'ports/pcl/CONTROL')
| -rw-r--r-- | ports/pcl/CONTROL | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ports/pcl/CONTROL b/ports/pcl/CONTROL index 41714a66a..1cf828db4 100644 --- a/ports/pcl/CONTROL +++ b/ports/pcl/CONTROL @@ -1,5 +1,5 @@ Source: pcl -Version: 1.9.1-5 +Version: 1.9.1-6 Homepage: https://github.com/PointCloudLibrary/pcl Description: Point Cloud Library (PCL) is open source library for 2D/3D image and point cloud processing. Build-Depends: eigen3, flann, qhull, vtk, libpng, boost-system, boost-filesystem, boost-thread, boost-date-time, boost-iostreams, boost-random, boost-foreach, boost-dynamic-bitset, boost-property-map, boost-graph, boost-multi-array, boost-signals2, boost-ptr-container, boost-uuid, boost-interprocess, boost-asio @@ -23,3 +23,6 @@ Build-Depends: boost-accumulators Feature: cuda Description: CUDA support for PCL Build-Depends: cuda + +Feature: opengl +Description: OpenGL support for PCL |
