X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=c8b3f8a411dd417b527530314b492de9fc413d86;hb=e4259ddb8b51b7d79840a1d57fb69249cdbfafed;hp=f297f5a12393e551533f5ba878fa9e193345bbec;hpb=95f5be308db86ed665a21a6d0c99aa5acb0b3409;p=sdlgit%2FSDL_perl.git diff --git a/Build.PL b/Build.PL index f297f5a..c8b3f8a 100644 --- a/Build.PL +++ b/Build.PL @@ -84,6 +84,14 @@ my %subsystems = }, libraries => [qw( SDL )], }, + VideoInfo => { + file => { + from => 'src/Core/objects/VideoInfo.xs', + to => 'lib/SDL/VideoInfo.xs', + }, + libraries => [qw( SDL )], + }, + TTF_Font => { file => { from => 'src/TTF/objects/TTF_Font.xs',