Build script clean-up:

Removed a requirement on an old Perl::OpenGL library.
Removed a mention of the Perl::PlanePath library, which is no more used by Slic3r.
This commit is contained in:
bubnikv 2017-02-15 19:31:20 +01:00
parent 3bfa6416d8
commit 17ea15eb6f

View File

@ -44,7 +44,6 @@ if ($gui) {
%recommends = qw(
Growl::GNTP 0.15
Wx::GLCanvas 0
OpenGL <0.70
LWP::UserAgent 0
Net::Bonjour 0
);
@ -123,7 +122,7 @@ EOF
# temporary workaround for upstream bug in test
push @cmd, '--notest'
if $module =~ /^(?:OpenGL|Math::PlanePath|Test::Harness)$/;
if $module =~ /^(?:OpenGL|Test::Harness)$/;
push @cmd, "$module~$version";
if ($module eq 'XML::SAX::ExpatXS' && $^O eq 'MSWin32') {