diff options
author | Clement Lefebvre <[email protected]> | 2015-09-04 12:35:56 +0100 |
---|---|---|
committer | Clement Lefebvre <[email protected]> | 2015-09-04 12:35:56 +0100 |
commit | 6181c4357bf1882e3833feffb6160fd535a26df3 (patch) | |
tree | 3c7d6debb18e2dd38b9531b97f5f81c12d3e45c7 /configure.ac | |
parent | 4b9d81364c6fa61373cc03b554c18db5277c070e (diff) | |
parent | 5cda9e602cfa18739423a3ede10eaee9ec36b87f (diff) | |
download | mate-desktop-6181c4357bf1882e3833feffb6160fd535a26df3.tar.bz2 mate-desktop-6181c4357bf1882e3833feffb6160fd535a26df3.tar.xz |
Merge pull request #196 from monsta/randr
xrandr fixes and cleanup
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 13a45ed..d6ebc18 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) |