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

View file

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