[changes brought forward from 3.24.3-1+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Thu, 17 Aug 2017 16:16:39 +0000]
* Hack out wayland support.
+ [changes introduced in 3.28.0-1+rpi1 by Peter Michael Green]
+ * Disable wayland in meson_options.txt
-- Raspbian forward porter <root@raspbian.org> Fri, 23 Mar 2018 13:00:13 +0000
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')