Skip to content

fix compilation issues with SDL_image and SDL_ttf

Aaron Andersen requested to merge aanderse-guest/tuxtype:debian into debian

On my distro all of the SDL libraries and includes (SDL, SDL_image, SDL_ttf, etc...) are in different folders. When I tried to compile tuxtype I received errors that SDL_image.h and SDL_ttf.h couldn't be found. This change fixed those issues.

Merge request reports

Loading