summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-09-17 01:46:17 +0200
committerDaniel Friesel <derf@finalrewind.org>2013-09-17 01:46:17 +0200
commitbe28c1ee811485e5bbdb44b9c7eac189168d8494 (patch)
tree0119e0e9dab0521f9644d2fecb2bba8a5e68101c /Build.PL
parent47cfa6621bea3737e11a38c9a71f74126f4561b9 (diff)
Adjust code for SDL > 5.40001.31
Diffstat (limited to 'Build.PL')
-rwxr-xr-xBuild.PL3
1 files changed, 1 insertions, 2 deletions
diff --git a/Build.PL b/Build.PL
index ef2e41b..e5cbe36 100755
--- a/Build.PL
+++ b/Build.PL
@@ -21,8 +21,7 @@ Module::Build->new(
'Getopt::Long' => 0,
'IO::Handle' => 0,
'IPC::Run' => 0,
- 'SDL::Mixer' => 0,
- 'SDL::Music' => 0,
+ 'SDL' => 2.400,
'Term::Size' => 0,
'Time::HiRes' => 0,
},