Mercurial > sdl-ios-xcode
diff configure.in @ 1981:3f21778e7433
The GGI driver hasn't been maintained in 8 years. It's probably safe to remove. :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 10 Aug 2006 15:15:06 +0000 |
parents | 754847f19490 |
children | 4ddfbe55e105 |
line wrap: on
line diff
--- a/configure.in Thu Aug 10 14:55:45 2006 +0000 +++ b/configure.in Thu Aug 10 15:15:06 2006 +0000 @@ -1153,32 +1153,6 @@ fi } -dnl Find the GGI includes -CheckGGI() -{ - AC_ARG_ENABLE(video-ggi, -AC_HELP_STRING([--enable-video-ggi], [use GGI video driver [[default=no]]]), - , enable_video_ggi=no) - if test x$enable_video = xyes -a x$enable_video_ggi = xyes; then - AC_MSG_CHECKING(for GGI support) - video_ggi=no - AC_TRY_COMPILE([ - #include <ggi/ggi.h> - #include <ggi/gii.h> - ],[ - ],[ - video_ggi=yes - ]) - AC_MSG_RESULT($video_ggi) - if test x$video_ggi = xyes; then - AC_DEFINE(SDL_VIDEO_DRIVER_GGI) - SOURCES="$SOURCES $srcdir/src/video/ggi/*.c" - EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lggi -lgii -lgg" - have_video=yes - fi - fi -} - dnl Find the SVGAlib includes and libraries CheckSVGA() { @@ -2007,7 +1981,6 @@ CheckFBCON CheckDirectFB CheckPS2GS - CheckGGI CheckSVGA CheckVGL CheckWscons