Date:2014-07-19 00:40:46 (9 years 8 months ago)
Author:Maarten ter Huurne
Commit:de2fdfca87edeaa37876c624b4762ebb1668e091
Message:Remove SDL_gfx as a dependency

The Surface class was changed to not use routines from SDL_gfx anymore.
Files: configure.in (1 diff)

Change Details

configure.in
1515AM_PATH_SDL($SDL_VERSION, :,
1616            AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!]))
1717
18AC_ARG_WITH(sdl-gfx-prefix,
19            [ --with-sdl-gfx-prefix=DIR specify where SDL_gfx library is installed],
20            [SDL_GFX_PREFIX="$withval"])
21
22AC_CHECK_LIB(SDL_gfx, rotozoomSurfaceXY,,check_sdl_gfx="no")
23
2418AC_CHECK_LIB(SDL_ttf, TTF_OpenFont)
2519
2620# Check for libpng

Archive Download the corresponding diff file



interactive