Disable wayland in meson_options.txt
authorPeter Michael Green <plugwash@raspbian.org>
Fri, 23 Mar 2018 23:32:25 +0000 (23:32 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Fri, 23 Mar 2018 23:32:25 +0000 (23:32 +0000)
debian/changelog
meson_options.txt

index bbd3379a26d6c033270d8aa2982f4076100f8735..2a57cbc1207d53144e1aff82a27f80cf10e7a436 100644 (file)
@@ -2,6 +2,8 @@ gnome-settings-daemon (3.28.0-1+rpi1) buster-staging; urgency=medium
 
   [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
 
index 50bd174952422096106cb74a9936372a68e1bda0..4cecb53c4ec976c114084cd44085b8798dbf9491 100644 (file)
@@ -7,4 +7,4 @@ option('cups', type: 'boolean', value: true, description: 'build with CUPS suppo
 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')