mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-04 08:11:03 -07:00
Perl OpenGL 0.7 package causes crashes on many platforms.
Constrain compilation to Perl OpenGL version lower than 0.7.
897ca52654
This commit is contained in:
parent
89cf29080b
commit
dfa3f8d597
1 changed files with 1 additions and 1 deletions
2
Build.PL
2
Build.PL
|
|
@ -44,7 +44,7 @@ if ($gui) {
|
||||||
%recommends = qw(
|
%recommends = qw(
|
||||||
Growl::GNTP 0.15
|
Growl::GNTP 0.15
|
||||||
Wx::GLCanvas 0
|
Wx::GLCanvas 0
|
||||||
OpenGL 0
|
OpenGL <0.70
|
||||||
LWP::UserAgent 0
|
LWP::UserAgent 0
|
||||||
Net::Bonjour 0
|
Net::Bonjour 0
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue