Wrap TTF_Font with a few calls
[sdlgit/SDL_perl.git] / Build.PL
index 142b973..2c40fd2 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -69,6 +69,13 @@ my %subsystems =
                },
                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',