From e6972924d08eb88b21f53234988717a505a26499 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Fri, 22 Jul 2016 23:43:44 +0200 Subject: [PATCH] configure: Lower minimum libwacom version We don't need such a recent libwacom. The tablet descriptions in newer libwacom versions are welcome, but is nothing mutter directly relies on. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 177313fba..d1ea124b9 100644 --- a/configure.ac +++ b/configure.ac @@ -59,7 +59,7 @@ AM_PATH_GLIB_2_0([2.49.0]) CANBERRA_GTK=libcanberra-gtk3 CANBERRA_GTK_VERSION=0.26 -LIBWACOM_VERSION=0.19 +LIBWACOM_VERSION=0.13 MUTTER_PC_MODULES=" gtk+-3.0 >= 3.19.8