3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #14525 from acowley/pcl

pcl: buildable without GUI components
This commit is contained in:
joachifm 2016-04-08 03:37:37 +02:00
commit 0db23cf75c

View file

@ -1,5 +1,5 @@
{ stdenv, fetchzip, cmake, qhull, flann, boost, vtk, eigen, pkgconfig, qt4
, libusb1, libpcap, libXt
, libusb1, libpcap, libXt, libpng
}:
stdenv.mkDerivation rec {
@ -13,7 +13,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
buildInputs = [ cmake qhull flann boost vtk eigen pkgconfig qt4 libusb1 libpcap libXt ];
buildInputs = [ cmake qhull flann boost eigen pkgconfig libusb1 libpcap
libpng vtk qt4 libXt ];
meta = {
homepage = http://pointclouds.org/;