diff options
author | Monsta <[email protected]> | 2015-08-23 15:21:18 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-09-02 16:03:25 +0300 |
commit | 86bf08b6add93ffc59f0ad8557bc31b4f0fee1f7 (patch) | |
tree | b41cbc4611092d74e01155b20106221495bea974 /configure.ac | |
parent | f66c53e4be89b1b5569077c32323c0858da83a25 (diff) | |
download | mate-desktop-86bf08b6add93ffc59f0ad8557bc31b4f0fee1f7.tar.bz2 mate-desktop-86bf08b6add93ffc59f0ad8557bc31b4f0fee1f7.tar.xz |
drop xrandr 1.2 compatibility (it's ancient)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ba09b37..94e1f62 100644 --- a/configure.ac +++ b/configure.ac @@ -154,7 +154,7 @@ esac GDK_PIXBUF_REQUIRED=2.4.0 GLIB_REQUIRED=2.36.0 GIO_REQUIRED=2.26.0 -XRANDR_REQUIRED=1.2 +XRANDR_REQUIRED=1.3 AC_SUBST(GTK_API_VERSION) AC_SUBST(GLIB_REQUIRED) |