summaryrefslogtreecommitdiff
path: root/plugins/common/gsd-device-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/common/gsd-device-manager.c')
-rw-r--r--plugins/common/gsd-device-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/common/gsd-device-manager.c b/plugins/common/gsd-device-manager.c
index 541f2948..ff72ad69 100644
--- a/plugins/common/gsd-device-manager.c
+++ b/plugins/common/gsd-device-manager.c
@@ -275,7 +275,7 @@ gsd_device_manager_get (void)
manager = g_object_get_data (G_OBJECT (screen), "gsd-device-manager-data");
if (!manager) {
-#ifdef HAVE_WAYLAND
+#if HAVE_WAYLAND
if (gnome_settings_is_wayland ()) {
manager = g_object_new (GSD_TYPE_UDEV_DEVICE_MANAGER,
NULL);