mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-25 02:52:06 +00:00
Disable fbdev for now.
By default, anyway. It doesn't work and only distracts users.
This commit is contained in:
parent
37260018a2
commit
fc88c829bc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue