mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-18 20:10:29 +01:00
Scare people away from --enable-xrandr
Xrandr support is currently very primitive and stupid, but people do not seem to be aware of its problems and still enable it in distros. Try to scare them to not do that.
This commit is contained in:
@@ -458,7 +458,7 @@ fi
|
||||
dnl XRandR support
|
||||
dnl ==============
|
||||
xrandr=no
|
||||
AC_ARG_ENABLE(xrandr, AS_HELP_STRING([--enable-xrandr], [enable XRandR window extension support]),
|
||||
AC_ARG_ENABLE(xrandr, AS_HELP_STRING([--enable-xrandr], [enable XRandR window extension support (NOT recommended, buggy)]),
|
||||
xrandr=$enableval, xrandr=no)
|
||||
added_xext=no
|
||||
|
||||
|
||||
Reference in New Issue
Block a user