comparison configure.in @ 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 824f6dee6648
children 3f73c88c9abb 44e49d3fa6cf 64f346a83ed3
comparison
equal deleted inserted replaced
2313:012ec5192dfa 2314:33052794de27
1232 1232
1233 dnl Find DirectFB 1233 dnl Find DirectFB
1234 CheckDirectFB() 1234 CheckDirectFB()
1235 { 1235 {
1236 AC_ARG_ENABLE(video-directfb, 1236 AC_ARG_ENABLE(video-directfb,
1237 AC_HELP_STRING([--enable-video-directfb], [use DirectFB video driver [[default=yes]]]), 1237 AC_HELP_STRING([--enable-video-directfb], [use DirectFB video driver [[default=no]]]),
1238 , enable_video_directfb=yes) 1238 , enable_video_directfb=no)
1239 if test x$enable_video = xyes -a x$enable_video_directfb = xyes; then 1239 if test x$enable_video = xyes -a x$enable_video_directfb = xyes; then
1240 video_directfb=no 1240 video_directfb=no
1241 1241
1242 DIRECTFB_REQUIRED_VERSION=0.9.15 1242 DIRECTFB_REQUIRED_VERSION=0.9.15
1243 1243