--- /dev/null
+From: Peter Michael Green <plugwash@raspbian.org>
+Date: Fri, 23 Mar 2018 23:32:25 +0000
+X-Dgit-Generated: 3.28.0-1+rpi1 3b9653d8537bd1857372d286b4015fe3cca9702b
+Subject: Disable wayland in meson_options.txt
+
+
+---
+
+--- gnome-settings-daemon-3.28.0.orig/meson_options.txt
++++ gnome-settings-daemon-3.28.0/meson_options.txt
+@@ -7,4 +7,4 @@ option('cups', type: 'boolean', value: t
+ option('network_manager', type: 'boolean', value: true, description: 'build with NetworkManager support (not optional on Linux platforms)')
+ option('rfkill', type: 'boolean', value: true, description: 'build with rfkill support (not optional on Linux platforms)')
+ option('smartcard', type: 'boolean', value: true, description: 'build with smartcard support')
+-option('wayland', type: 'boolean', value: true, description: 'build with Wayland support')
++option('wayland', type: 'boolean', value: false, description: 'build with Wayland support')