forked from mirrors/nixpkgs
Merge pull request #14525 from acowley/pcl
pcl: buildable without GUI components
This commit is contained in:
commit
0db23cf75c
|
@ -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/;
|
||||
|
|
Loading…
Reference in a new issue