diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-03-01 03:22:53 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-29 11:22:53 -0800 |
| commit | c3ac3b24ffbc1c6e4fb759c8cd8e7a5aff9a3b94 (patch) | |
| tree | 51d91abc02e384e0d2aec76f2a9485f9ceae11d2 | |
| parent | 57c7de7f24d8571c2423676e8121c26adb04ed8d (diff) | |
| download | vcpkg-c3ac3b24ffbc1c6e4fb759c8cd8e7a5aff9a3b94.tar.gz vcpkg-c3ac3b24ffbc1c6e4fb759c8cd8e7a5aff9a3b94.zip | |
[pcl] Change feature pcap dependency to libpcap in non-Windows (#10163)
pcl[pcap] still doesn't work on macOS for now, since the libpcap port doesn't support non-Linux systems.
| -rw-r--r-- | ports/pcl/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/pcl/CONTROL b/ports/pcl/CONTROL index 9475fa417..2e9f532b1 100644 --- a/ports/pcl/CONTROL +++ b/ports/pcl/CONTROL @@ -1,5 +1,5 @@ Source: pcl -Version: 1.9.1-10 +Version: 1.9.1-11 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 @@ -14,7 +14,7 @@ Build-Depends: vtk[qt] Feature: pcap Description: PCAP support for PCL -Build-Depends: winpcap +Build-Depends: winpcap (windows), libpcap (!windows) Feature: tools Description: Build PCL utilities |
