Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Disable DirectFB by default, since it hasn't been updated for the 1.3…
Browse files Browse the repository at this point in the history
… API yet.
  • Loading branch information
slouken committed Feb 10, 2008
1 parent 59c705c commit 7ab8cc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.in
Expand Up @@ -1234,8 +1234,8 @@ dnl Find DirectFB
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

Expand Down

0 comments on commit 7ab8cc4

Please sign in to comment.