Disable fbdev for now.

By default, anyway. It doesn't work and only distracts users.
This commit is contained in:
Bill Currie 2012-07-06 19:54:25 +09:00
parent 37260018a2
commit fc88c829bc
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
dnl Checks for Linux FBDev support
AC_ARG_WITH(fbdev,
[ --with-fbdev use Linux framebuffer device],
HAVE_FBDEV=$withval, HAVE_FBDEV=auto)
HAVE_FBDEV=$withval, HAVE_FBDEV=no)
if test "x$HAVE_FBDEV" != xno; then
dnl We should still be able to compile it even if
dnl there is no fbdev support in the running kernel