changeset 2314:33052794de27

Disable DirectFB by default, since it hasn't been updated for the 1.3 API yet.
author Sam Lantinga <slouken@libsdl.org>
date Sun, 10 Feb 2008 16:21:05 +0000
parents 012ec5192dfa
children 95586dfe1992
files configure.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sun Feb 10 05:34:33 2008 +0000
+++ b/configure.in	Sun Feb 10 16:21:05 2008 +0000
@@ -1234,8 +1234,8 @@
 CheckDirectFB()
 {
     AC_ARG_ENABLE(video-directfb,
-AC_HELP_STRING([--enable-video-directfb], [use DirectFB video driver [[default=yes]]]),
-                  , enable_video_directfb=yes)
+AC_HELP_STRING([--enable-video-directfb], [use DirectFB video driver [[default=no]]]),
+                  , enable_video_directfb=no)
     if test x$enable_video = xyes -a x$enable_video_directfb = xyes; then
         video_directfb=no