--- /dev/null
+From: Peter Michael Green <plugwash@raspbian.org>
+Date: Mon, 19 Mar 2018 02:38:45 +0000
+X-Dgit-Generated: 1:3.27.92-1+rpi1 588d4bebfd09af9ee6f3d1e03712da57c719c2b7
+Subject: Disable wayland in meson_options.txt
+
+
+---
+
+--- gnome-control-center-3.27.92.orig/meson_options.txt
++++ gnome-control-center-3.27.92/meson_options.txt
+@@ -2,4 +2,4 @@ option('cheese', type: 'boolean', value:
+ option('documentation', type: 'boolean', value: false, description: 'build documentation')
+ option('gnome_session_libexecdir', type: 'string', value: '', description: 'Directory for gnome-session\'s libexecdir')
+ option('ibus', type: 'boolean', value: true, description: 'build with IBus support')
+-option('wayland', type: 'boolean', value: true, description: 'build with Wayland support')
++option('wayland', type: 'boolean', value: false, description: 'build with Wayland support')