mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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:
parent
b8ee465c3b
commit
ea0399b234
@ -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
|
||||
|
@ -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])],,
|
||||
|
Loading…
Reference in New Issue
Block a user