diff -Nru gnome-settings-daemon-3.24.3/debian/changelog gnome-settings-daemon-3.24.3/debian/changelog --- gnome-settings-daemon-3.24.3/debian/changelog 2017-08-06 21:33:40.000000000 +0000 +++ gnome-settings-daemon-3.24.3/debian/changelog 2017-08-17 16:16:39.000000000 +0000 @@ -1,3 +1,9 @@ +gnome-settings-daemon (3.24.3-1+rpi1) buster-staging; urgency=medium + + * Hack out wayland support. + + -- Peter Michael Green Thu, 17 Aug 2017 16:16:39 +0000 + gnome-settings-daemon (3.24.3-1) unstable; urgency=medium [ Jeremy Bicha ] diff -Nru gnome-settings-daemon-3.24.3/debian/patches/hack-out-wayland.patch gnome-settings-daemon-3.24.3/debian/patches/hack-out-wayland.patch --- gnome-settings-daemon-3.24.3/debian/patches/hack-out-wayland.patch 1970-01-01 00:00:00.000000000 +0000 +++ gnome-settings-daemon-3.24.3/debian/patches/hack-out-wayland.patch 2017-08-17 16:16:39.000000000 +0000 @@ -0,0 +1,25 @@ +Description: Hack out wayland support. +Author: Peter Michael Green + +--- gnome-settings-daemon-3.24.3.orig/plugins/common/gsd-device-manager-udev.c ++++ gnome-settings-daemon-3.24.3/plugins/common/gsd-device-manager-udev.c +@@ -24,7 +24,7 @@ + #include + #include + +-#include ++//#include + #include "gsd-device-manager-udev.h" + + struct _GsdUdevDeviceManager +@@ -237,8 +237,8 @@ gsd_udev_device_manager_lookup_device (G + 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); diff -Nru gnome-settings-daemon-3.24.3/debian/patches/series gnome-settings-daemon-3.24.3/debian/patches/series --- gnome-settings-daemon-3.24.3/debian/patches/series 2017-08-06 21:33:40.000000000 +0000 +++ gnome-settings-daemon-3.24.3/debian/patches/series 2017-08-17 16:16:39.000000000 +0000 @@ -1 +1,2 @@ 04_superP.patch +hack-out-wayland.patch