Mercurial > sdl-ios-xcode
diff configure.in @ 3158:30f3b987fec3 gsoc2009_ps3
created env (fbcon-1.3) and added basic files
author | Martin Lowinski <martin@goldtopf.org> |
---|---|
date | Sat, 07 Nov 2009 11:35:19 +0000 |
parents | abc49915ccb2 |
children |
line wrap: on
line diff
--- a/configure.in Thu Aug 27 11:33:56 2009 +0000 +++ b/configure.in Sat Nov 07 11:35:19 2009 +0000 @@ -936,18 +936,18 @@ dnl Do the iPod thing -CheckIPod() -{ - AC_ARG_ENABLE(ipod, -AC_HELP_STRING([--enable-ipod], [configure SDL to work with iPodLinux [default=yes on arm-elf]]), - , enable_ipod=yes) - - if test x$enable_ipod = xyes; then - EXTRA_CFLAGS="$EXTRA_CFLAGS -DIPOD" - AC_DEFINE(SDL_VIDEO_DRIVER_IPOD) - SOURCES="$SOURCES $srcdir/src/video/ipod/*.c" - fi -} +#CheckIPod() +#{ +# AC_ARG_ENABLE(ipod, +#AC_HELP_STRING([--enable-ipod], [configure SDL to work with iPodLinux [default=yes on arm-elf]]), +# , enable_ipod=yes) +# +# if test x$enable_ipod = xyes; then +# EXTRA_CFLAGS="$EXTRA_CFLAGS -DIPOD" +# AC_DEFINE(SDL_VIDEO_DRIVER_IPOD) +# SOURCES="$SOURCES $srcdir/src/video/ipod/*.c" +# fi +#} dnl Find the nanox include and library directories CheckNANOX() @@ -1349,7 +1349,7 @@ if test x$video_fbcon = xyes; then AC_CHECK_FUNCS(getpagesize) AC_DEFINE(SDL_VIDEO_DRIVER_FBCON) - SOURCES="$SOURCES $srcdir/src/video/fbcon/*.c" + SOURCES="$SOURCES $srcdir/src/video/fbcon-1.3/*.c" have_video=yes fi fi @@ -2372,7 +2372,7 @@ arm-*-elf*) # FIXME: Can we get more specific for iPodLinux? ARCH=linux CheckDummyVideo - CheckIPod + #CheckIPod # Set up files for the timer library if test x$enable_timers = xyes; then AC_DEFINE(SDL_TIMER_UNIX)