diff options
| author | Tsukasa Sugiura <t.sugiura0204@gmail.com> | 2017-10-30 22:13:25 +0900 |
|---|---|---|
| committer | Tsukasa Sugiura <t.sugiura0204@gmail.com> | 2017-10-30 22:26:06 +0900 |
| commit | 2d021f6561d277f23107c3c9ce19ad3a68237201 (patch) | |
| tree | 70eaf0d7f4bcefe635abf64ddfb9beb68bb716a9 /ports/pcl/CONTROL | |
| parent | 7c3f469568c884562d74753d7640da3e723c6c43 (diff) | |
| download | vcpkg-2d021f6561d277f23107c3c9ce19ad3a68237201.tar.gz vcpkg-2d021f6561d277f23107c3c9ce19ad3a68237201.zip | |
Add support build option to PCL port
Add support build options (pcap, qt) to PCL port.
Diffstat (limited to 'ports/pcl/CONTROL')
| -rw-r--r-- | ports/pcl/CONTROL | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/ports/pcl/CONTROL b/ports/pcl/CONTROL index d8c38a363..dcaa884eb 100644 --- a/ports/pcl/CONTROL +++ b/ports/pcl/CONTROL @@ -1,4 +1,12 @@ Source: pcl -Version: 1.8.1-2 -Build-Depends: boost, eigen3, flann, qhull, vtk, openni2, qt5, winpcap +Version: 1.8.1-3 Description: Point Cloud Library (PCL) is open source library for 2D/3D image and point cloud processing. +Build-Depends: boost, eigen3, flann, qhull, vtk, openni2 + +Feature: qt +Description: Qt support for PCL +Build-Depends: vtk[qt] + +Feature: pcap +Description: PCAP support for PCL +Build-Depends: winpcap
\ No newline at end of file |
