Add support for libnotify notifications.
This commit is contained in:
parent
5d2fd17715
commit
99845955b3
2 changed files with 48 additions and 13 deletions
5
Build.PL
5
Build.PL
|
@ -23,8 +23,9 @@ my $build = Module::Build->new(
|
|||
'Test::More' => '0.10',
|
||||
},
|
||||
recommends => {
|
||||
'Growl::GNTP' => '0.15',
|
||||
'Wx' => '0.9901',
|
||||
'Growl::GNTP' => '0.15',
|
||||
'Gtk2::Notify' => '0.05',
|
||||
'Wx' => '0.9901',
|
||||
},
|
||||
script_files => ['slic3r.pl'],
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue