hack-out-wayland
authorDebian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Thu, 17 Aug 2017 16:16:39 +0000 (17:16 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 17 Aug 2017 16:16:39 +0000 (17:16 +0100)
Gbp-Pq: Name hack-out-wayland.patch

plugins/common/gsd-device-manager-udev.c

index aa930423222fdb613da3294f4723153923503e60..c1d8cfd5dc5b56591e93256bcfee503ad39f1859 100644 (file)
@@ -24,7 +24,7 @@
 #include <string.h>
 #include <gudev/gudev.h>
 
-#include <gdk/gdkwayland.h>
+//#include <gdk/gdkwayland.h>
 #include "gsd-device-manager-udev.h"
 
 struct _GsdUdevDeviceManager
@@ -237,8 +237,8 @@ gsd_udev_device_manager_lookup_device (GsdDeviceManager *manager,
        GHashTableIter iter;
        GsdDevice *device;
 
-       node_path = gdk_wayland_device_get_node_path (gdk_device);
-       if (!node_path)
+       //node_path = gdk_wayland_device_get_node_path (gdk_device);
+       //if (!node_path)
                return NULL;
 
        g_hash_table_iter_init (&iter, GSD_UDEV_DEVICE_MANAGER (manager)->devices);