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>2016-11-05 01:23:01 +0300
committerbubnikv <bubnikv@gmail.com>2016-11-05 01:23:01 +0300
commitdfa3f8d597fe294c488b85dfb41c694c73438a38 (patch)
treef7a1b3b2e0c0310b9aa3c7fdb1448be9cecd3e3e /Build.PL
parent89cf29080b87c9d42bdeba060df1d85d5f79276b (diff)
Perl OpenGL 0.7 package causes crashes on many platforms.
Constrain compilation to Perl OpenGL version lower than 0.7. https://github.com/alexrj/Slic3r/pull/3552/commits/897ca52654dd380d07de9f87cb36043cdc59db87
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index d02b8b8be..dac96bb5b 100644
--- a/Build.PL
+++ b/Build.PL
@@ -44,7 +44,7 @@ if ($gui) {
%recommends = qw(
Growl::GNTP 0.15
Wx::GLCanvas 0
- OpenGL 0
+ OpenGL <0.70
LWP::UserAgent 0
Net::Bonjour 0
);