1
0
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:
Carlos R. Mafra
2012-04-30 15:02:34 -03:00
parent 1bcfb89cd1
commit 95c68d2b10

View File

@@ -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