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…
Reference in a new issue