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:
parent
3bfa6416d8
commit
17ea15eb6f
1 changed files with 1 additions and 2 deletions
3
Build.PL
3
Build.PL
|
@ -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') {
|
||||
|
|
Loading…
Reference in a new issue