remove qhull dependency

qhull package is not needed, if using included qhull
This commit is contained in:
Lukas1818 2020-10-14 18:37:20 +02:00
parent a503d15b4c
commit f8db70575b
2 changed files with 1 additions and 2 deletions

View file

@ -15,7 +15,6 @@ pkgbase = superslicer
depends = glew
depends = nlopt
depends = openvdb
depends = qhull
depends = wxgtk3-dev
depends = boost-libs-171-opt
conflicts = slic3r++

View file

@ -8,7 +8,7 @@ pkgdesc="G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)"
arch=('x86_64')
url="https://github.com/supermerill/SuperSlicer"
license=('AGPL3')
depends=('cgal' 'glew' 'nlopt' 'openvdb' 'qhull' 'wxgtk3-dev' 'boost-libs-171-opt')
depends=('cgal' 'glew' 'nlopt' 'openvdb' 'wxgtk3-dev' 'boost-libs-171-opt')
conflicts=('slic3r++')
replaces=('slic3r++')
makedepends=('cereal' 'cmake' 'eigen' 'libigl' 'openvdb' 'wxgtk2') # cmake doesn't detect wx if not both gtk2 and gtk3 are installed