X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=a4a35b94f1715d45c205cba5a5160717ea680e65;hb=fcd68a9037ae3d5260f6cc2c96dec31ca54fc662;hp=85bbabfc8816857780b4fee0e56649665cf37d1c;hpb=f32a534221815e94f55944449d0c8a2a538deaf4;p=sdlgit%2FSDL_perl.git diff --git a/Build.PL b/Build.PL index 85bbabf..a4a35b9 100644 --- a/Build.PL +++ b/Build.PL @@ -62,6 +62,20 @@ my %subsystems = }, libraries => [qw( SDL SDL_image )], }, + PixelFormat => { + file => { + from => 'src/Core/objects/PixelFormat.xs', + to => 'lib/SDL/PixelFormat.xs', + }, + libraries => [qw( SDL SDL_image )], + }, + TTF_Font => { + file => { + from => 'src/TTF/objects/TTF_Font.xs', + to => 'lib/SDL/TTF_Font.xs', + }, + libraries => [qw( SDL SDL_ttf )], + }, OpenGL => { file => { from => 'src/OpenGL.xs', @@ -74,7 +88,7 @@ my %subsystems = from => 'src/SFont.xs', to => 'lib/SDL/SFont.xs', }, - libraries => [qw( SDL SDL_image )], + libraries => [qw( SDL SDL_image SDL_ttf )], }, );