mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 15:37:09 +02: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:
parent
08ffbc76de
commit
de2fdfca87
@ -15,12 +15,6 @@ SDL_VERSION=1.2.8
|
|||||||
AM_PATH_SDL($SDL_VERSION, :,
|
AM_PATH_SDL($SDL_VERSION, :,
|
||||||
AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!]))
|
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)
|
AC_CHECK_LIB(SDL_ttf, TTF_OpenFont)
|
||||||
|
|
||||||
# Check for libpng
|
# Check for libpng
|
||||||
|
Loading…
Reference in New Issue
Block a user