diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-06-25 12:36:34 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-06-25 12:36:34 +0200 |
commit | d9ecfac1b1c91cefd0681edc5f8b450df6a1fab1 (patch) | |
tree | 47207cdfae1d83ec6b3f80fb82ba8cb85ea594a7 | |
parent | d6cb73fd0f0fc36c298d1b7c1ce3488023ab217d (diff) |
Build.PL: Specify SDL::{Mixer,Music} instead of SDL dependency
-rwxr-xr-x | Build.PL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,8 @@ Module::Build->new( 'Getopt::Long' => 0, 'IO::Handle' => 0, 'IPC::Run' => 0, - 'SDL' => 0, + 'SDL::Mixer' => 0, + 'SDL::Music' => 0, 'Term::Size' => 0, 'Time::HiRes' => 0, }, |