Commit d32c0108 authored by Sam Lantinga's avatar Sam Lantinga

Disable DirectFB by default, since it hasn't been updated for the 1.3 API yet.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402726
parent c9d5848a
...@@ -1234,8 +1234,8 @@ dnl Find DirectFB ...@@ -1234,8 +1234,8 @@ dnl Find DirectFB
CheckDirectFB() CheckDirectFB()
{ {
AC_ARG_ENABLE(video-directfb, AC_ARG_ENABLE(video-directfb,
AC_HELP_STRING([--enable-video-directfb], [use DirectFB video driver [[default=yes]]]), AC_HELP_STRING([--enable-video-directfb], [use DirectFB video driver [[default=no]]]),
, enable_video_directfb=yes) , enable_video_directfb=no)
if test x$enable_video = xyes -a x$enable_video_directfb = xyes; then if test x$enable_video = xyes -a x$enable_video_directfb = xyes; then
video_directfb=no video_directfb=no
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment