Use Net::DBus instead of Gtk2::Notify due to less dependencies; recommended by @beanz.
This commit is contained in:
parent
095607a166
commit
3690b0798e
2 changed files with 11 additions and 12 deletions
6
Build.PL
6
Build.PL
|
@ -23,9 +23,9 @@ my $build = Module::Build->new(
|
|||
'Test::More' => '0.10',
|
||||
},
|
||||
recommends => {
|
||||
'Growl::GNTP' => '0.15',
|
||||
'Gtk2::Notify' => '0.05',
|
||||
'Wx' => '0.9901',
|
||||
'Growl::GNTP' => '0.15',
|
||||
'Net::DBus' => '0',
|
||||
'Wx' => '0.9901',
|
||||
},
|
||||
script_files => ['slic3r.pl'],
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue