Default to linking against Xinerama again, so that we can fallback to

* configure.in: Default to linking against Xinerama again,
        so that we can fallback to Xinerama when broken X drivers
        make Xrandr useless. Sigh.

svn path=/trunk/; revision=20891
This commit is contained in:
Matthias Clasen 2008-07-22 15:07:14 +00:00
parent b8ee465c3b
commit ea0399b234
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-07-21 Matthias Clasen <mclasen@redhat.com>
* configure.in: Default to linking against Xinerama again,
so that we can fallback to Xinerama when broken X drivers
make Xrandr useless. Sigh.
2008-07-21 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version

View File

@ -228,7 +228,7 @@ AC_ARG_ENABLE(xkb,
AC_ARG_ENABLE(xinerama,
[AC_HELP_STRING([--enable-xinerama],
[support xinerama extension if available [default=yes]])],,
[enable_xinerama="no"])
[enable_xinerama="yes"])
AC_ARG_ENABLE(rebuilds,
[AC_HELP_STRING([--disable-rebuilds],
[disable all source autogeneration rules])],,