diff options
author | monsta <[email protected]> | 2018-01-05 22:40:30 +0300 |
---|---|---|
committer | lukefromdc <[email protected]> | 2018-01-08 20:16:20 -0500 |
commit | c95fc236ddfe9203646f8229c85cecdec2825e0a (patch) | |
tree | 172a2fb8bc13f23cfb2277bd251c917c5e242a1b /configure.ac | |
parent | 6c23683558783dea30b5aeb9225f74e53ee8bb37 (diff) | |
download | mate-settings-daemon-c95fc236ddfe9203646f8229c85cecdec2825e0a.tar.bz2 mate-settings-daemon-c95fc236ddfe9203646f8229c85cecdec2825e0a.tar.xz |
xsettings: drop CanChangeAccels which won't work with GTK+3
this requires https://github.com/mate-desktop/mate-desktop/commit/b133f518f6f2310093fd3b5248049c7048cfb8d4
closes https://github.com/mate-desktop/mate-desktop/issues/296
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 d939149..2467424 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,7 @@ DBUS_GLIB_REQUIRED_VERSION=0.74 GLIB_REQUIRED_VERSION=2.36.0 GIO_REQUIRED_VERSION=2.26.0 GTK_REQUIRED_VERSION=3.14.0 -MATE_DESKTOP_REQUIRED_VERSION=1.19.0 +MATE_DESKTOP_REQUIRED_VERSION=1.19.3 LIBMATEKBD_REQUIRED_VERSION=1.17.0 LIBNOTIFY_REQUIRED_VERSION=0.7.0 LIBMATEMIXER_REQUIRED_VERSION=1.10.0 |