mirror of
https://github.com/joel16/SDL2.git
synced 2025-03-01 16:15:50 +00:00
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
This commit is contained in:
parent
c9d5848a25
commit
d32c0108c0
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user