1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-06-24 15:06:43 +03:00

Remove SDL_gfx as a dependency

The Surface class was changed to not use routines from SDL_gfx anymore.
This commit is contained in:
Maarten ter Huurne 2014-07-19 00:40:46 +02:00
parent 08ffbc76de
commit de2fdfca87

View File

@ -15,12 +15,6 @@ SDL_VERSION=1.2.8
AM_PATH_SDL($SDL_VERSION, :,
AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!]))
AC_ARG_WITH(sdl-gfx-prefix,
[ --with-sdl-gfx-prefix=DIR specify where SDL_gfx library is installed],
[SDL_GFX_PREFIX="$withval"])
AC_CHECK_LIB(SDL_gfx, rotozoomSurfaceXY,,check_sdl_gfx="no")
AC_CHECK_LIB(SDL_ttf, TTF_OpenFont)
# Check for libpng