summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2019-08-02 14:50:35 -0400
committerraveit65 <[email protected]>2019-08-12 09:29:21 +0200
commitcffe62015c2d4c168f11fb570d2f671ed0a99534 (patch)
tree64a208a0a67afe0d55e92773ba8e4437f1812f9a /configure.ac
parent5642efc49cb3f7b881d64a14277ab024fef7d102 (diff)
downloadmate-control-center-cffe62015c2d4c168f11fb570d2f671ed0a99534.tar.bz2
mate-control-center-cffe62015c2d4c168f11fb570d2f671ed0a99534.tar.xz
mouse: Add support for Acceleration Profiles
Currently libinput supports Adaptive and Flat acceleration profiles. We can use these to change mouse behavior. Synaptic touchpads are not supported through libinput, so I have not included a UI change for this (even though it's technically supported in gsettings). The Default acceleration profile reads the value from the libinput defaults and sets them as the current profile. Usually ends up being Adaptive.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e7ef54ab..f14ffe1c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,9 +79,9 @@ AC_SUBST(SCREENSAVER_LIBS)
GLIB_REQUIRED=2.50.0
GTK_REQUIRED=3.22.0
MARCO_REQUIRED=1.17.0
-MSD_REQUIRED=1.23.0
+MSD_REQUIRED=1.23.1
MATEKBD_REQUIRED=1.17.0
-MATE_DESKTOP_REQUIRED=1.23.1
+MATE_DESKTOP_REQUIRED=1.23.2
APPINDICATOR_REQUIRED=0.0.13
ENGINES_FOLDER="theming-engines"