summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2014-12-17 13:48:52 +0100
committerCarlos Garnacho <carlosg@gnome.org>2015-01-19 16:43:37 +0100
commit0d1a4550a55a9847782db925c7e40d251ce40f07 (patch)
tree82a46016a5e55c806a2a7245d8e40dc1070ee997 /configure.ac
parent8d417087fce833f77c115baad523d710451f2bd5 (diff)
downloadgnome-settings-daemon-0d1a4550a55a9847782db925c7e40d251ce40f07.tar.gz
common: Add GsdDeviceManager
This is a GUdev-based object that keeps track of the plugged in input devices. Meant to be used across g-s-d wherever some knowledge about these must remain. On X11, some API is still offered to access the gdk/X devices (which may not map 1:1 with the udev devices). For both platforms, the relevant /org/gnome/desktop/peripherals/... settings can be accessed, in order to interoperate with the settings that mutter applies on libinput devices. https://bugzilla.gnome.org/show_bug.cgi?id=742593
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 84b92660..9a90ed99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,7 +56,7 @@ LIBRSVG_REQUIRED_VERSION=2.36.2
PANGO_REQUIRED_VERSION=1.20.0
POLKIT_REQUIRED_VERSION=0.103
UPOWER_REQUIRED_VERSION=0.99.0
-GSETTINGS_DESKTOP_SCHEMAS_REQUIRED_VERSION=3.9.91
+GSETTINGS_DESKTOP_SCHEMAS_REQUIRED_VERSION=3.15.4
GEOCODE_GLIB_REQUIRED_VERSION=3.10.0
GEOCLUE_REQUIRED_VERSION=2.1.2
NM_REQUIRED_VERSION=0.9.9.1
@@ -164,7 +164,7 @@ dnl ---------------------------------------------------------------------------
dnl - common
dnl ---------------------------------------------------------------------------
-PKG_CHECK_MODULES(COMMON, x11 kbproto xi)
+PKG_CHECK_MODULES(COMMON, x11 kbproto xi $GUDEV_PKG)
dnl ---------------------------------------------------------------------------
dnl - XTest