mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
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:
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') {
|
||||
|
||||
Reference in New Issue
Block a user