summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-06-25 12:36:34 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-06-25 12:36:34 +0200
commitd9ecfac1b1c91cefd0681edc5f8b450df6a1fab1 (patch)
tree47207cdfae1d83ec6b3f80fb82ba8cb85ea594a7
parentd6cb73fd0f0fc36c298d1b7c1ce3488023ab217d (diff)
Build.PL: Specify SDL::{Mixer,Music} instead of SDL dependency
-rwxr-xr-xBuild.PL3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index a9b8bf8..ef2e41b 100755
--- a/Build.PL
+++ b/Build.PL
@@ -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,
},