Move Growl::GNTP to --gui modules
This commit is contained in:
parent
50c0081d25
commit
2597ddccbc
1 changed files with 1 additions and 1 deletions
2
Build.PL
2
Build.PL
|
@ -27,7 +27,6 @@ my %prereqs = qw(
|
|||
);
|
||||
my %recommends = qw(
|
||||
Class::XSAccessor 0
|
||||
Growl::GNTP 0.15
|
||||
XML::SAX::ExpatXS 0
|
||||
);
|
||||
|
||||
|
@ -37,6 +36,7 @@ if ($gui) {
|
|||
Wx 0.9918
|
||||
);
|
||||
%recommends = qw(
|
||||
Growl::GNTP 0.15
|
||||
Wx::GLCanvas 0
|
||||
OpenGL 0
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue