mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-21 19:51:18 +00:00
disable fbdev by default
This commit is contained in:
parent
afc4f250c8
commit
11de1a1fde
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ AC_SUBST(GGI_LIBS)
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue