Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-02-15 21:31:20 +0300
committerbubnikv <bubnikv@gmail.com>2017-02-15 21:31:20 +0300
commit17ea15eb6f10299cc94678cbec6b06b2567ae5c0 (patch)
tree98906772471fa458dbdfdc5b537578c20b60f686 /Build.PL
parent3bfa6416d87f920d4656c3ab602f02ef41e33180 (diff)
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.
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL3
1 files changed, 1 insertions, 2 deletions
diff --git a/Build.PL b/Build.PL
index dac96bb5b..321a7e4dd 100644
--- a/Build.PL
+++ b/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') {