From cffe62015c2d4c168f11fb570d2f671ed0a99534 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Fri, 2 Aug 2019 14:50:35 -0400 Subject: 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. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') 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" -- cgit v1.2.1