X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=d97b7d24150a47ca2708803158878e70b60053cf;hb=f757f054c90b2f0ba3fe61247de550f914a6e90e;hp=a4a35b94f1715d45c205cba5a5160717ea680e65;hpb=70fd0f8d095dcd8b6ada462329979a342ebda392;p=sdlgit%2FSDL_perl.git diff --git a/Build.PL b/Build.PL index a4a35b9..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 SDL_ttf )], + libraries => [qw( SDL SDL_ttf )], }, );