diff -Nru gnome-settings-daemon-3.26.2/debian/changelog gnome-settings-daemon-3.26.2/debian/changelog --- gnome-settings-daemon-3.26.2/debian/changelog 2017-11-02 17:45:01.000000000 +0000 +++ gnome-settings-daemon-3.26.2/debian/changelog 2017-11-09 02:34:37.000000000 +0000 @@ -1,3 +1,10 @@ +gnome-settings-daemon (3.26.2-1+rpi1) buster-staging; urgency=medium + + [changes brought forward from 3.24.3-1+rpi1 by Peter Michael Green at Thu, 17 Aug 2017 16:16:39 +0000] + * Hack out wayland support. + + -- Raspbian forward porter Thu, 09 Nov 2017 02:34:37 +0000 + gnome-settings-daemon (3.26.2-1) unstable; urgency=medium [ Michael Biebl ] diff -Nru gnome-settings-daemon-3.26.2/debian/patches/hack-out-wayland.patch gnome-settings-daemon-3.26.2/debian/patches/hack-out-wayland.patch --- gnome-settings-daemon-3.26.2/debian/patches/hack-out-wayland.patch 1970-01-01 00:00:00.000000000 +0000 +++ gnome-settings-daemon-3.26.2/debian/patches/hack-out-wayland.patch 2017-11-09 02:34:37.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.26.2/debian/patches/series gnome-settings-daemon-3.26.2/debian/patches/series --- gnome-settings-daemon-3.26.2/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ gnome-settings-daemon-3.26.2/debian/patches/series 2017-11-09 02:34:37.000000000 +0000 @@ -0,0 +1 @@ +hack-out-wayland.patch