X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=d97b7d24150a47ca2708803158878e70b60053cf;hb=bd607ddd553e47f74c6fc157316752d9adab9a13;hp=2c40fd2a5dca8641ce1e1baabe2d45d77fe4e94e;hpb=b41abbd6015ec5d9bba526df08193b1deb14c2ec;p=sdlgit%2FSDL_perl.git diff --git a/Build.PL b/Build.PL index 2c40fd2..d97b7d2 100644 --- a/Build.PL +++ b/Build.PL @@ -16,10 +16,11 @@ use YAML; use YAML::Node; print STDERR <sdl_c_flags(); @@ -46,7 +47,7 @@ my %subsystems = from => 'src/Core/objects/Rect.xs', to => 'lib/SDL/Rect.xs', }, - libraries => [qw( SDL )], + libraries => [qw( SDL )], }, Color => { file => { @@ -60,14 +61,21 @@ my %subsystems = from => 'src/Core/objects/Surface.xs', to => 'lib/SDL/Surface.xs', }, - libraries => [qw( SDL SDL_image )], + libraries => [qw( SDL )], + }, + Overlay => { + file => { + from => 'src/Core/objects/Overlay.xs', + to => 'lib/SDL/Overlay.xs', + }, + libraries => [qw( SDL )], }, PixelFormat => { file => { from => 'src/Core/objects/PixelFormat.xs', to => 'lib/SDL/PixelFormat.xs', }, - libraries => [qw( SDL SDL_image )], + libraries => [qw( SDL )], }, TTF_Font => { file => { @@ -88,7 +96,7 @@ my %subsystems = from => 'src/SFont.xs', to => 'lib/SDL/SFont.xs', }, - libraries => [qw( SDL SDL_image )], + libraries => [qw( SDL SDL_ttf )], }, );