mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
cloudcompare: use qlas instead of qpdal for las/laz
qPDALIO has been deprecated for opening las/laz files. The new plugin is qLASIO.
This commit is contained in:
parent
3aeb372eaf
commit
7f304760fb
@ -12,7 +12,6 @@
|
||||
, gmp
|
||||
, laszip
|
||||
, mpfr
|
||||
, pdal
|
||||
, pcl
|
||||
, qtbase
|
||||
, qtsvg
|
||||
@ -49,7 +48,6 @@ mkDerivation rec {
|
||||
gmp
|
||||
laszip
|
||||
mpfr
|
||||
pdal
|
||||
pcl
|
||||
qtbase
|
||||
qtsvg
|
||||
@ -72,7 +70,7 @@ mkDerivation rec {
|
||||
"-DPLUGIN_IO_QCSV_MATRIX=ON"
|
||||
"-DPLUGIN_IO_QE57=ON"
|
||||
"-DPLUGIN_IO_QFBX=OFF" # Autodesk FBX SDK is gratis+proprietary; not packaged in nixpkgs
|
||||
"-DPLUGIN_IO_QPDAL=ON" # required for .las/.laz support
|
||||
"-DPLUGIN_IO_QLAS=ON" # required for .las/.laz support
|
||||
"-DPLUGIN_IO_QPHOTOSCAN=ON"
|
||||
"-DPLUGIN_IO_QRDB=OFF" # Riegl rdblib is proprietary; not packaged in nixpkgs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user