Disable wayland in meson_options.txt
authorPeter Michael Green <plugwash@raspbian.org>
Mon, 19 Mar 2018 02:38:45 +0000 (02:38 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Mon, 19 Mar 2018 02:38:45 +0000 (02:38 +0000)
debian/changelog
meson_options.txt

index 342f1158421664d1381ac25519c234776b0210fb..2ab15ceba3f2972b32181b1c4ab66a115dbcba99 100644 (file)
@@ -2,8 +2,10 @@ gnome-control-center (1:3.27.92-1+rpi1) buster-staging; urgency=medium
 
   [changes brought forward from 1:3.24.3-1+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Wed, 13 Sep 2017 22:39:02 +0000]
   * Make package built with non-wayland gtk.
+  [changes introduced in version 1:3.27.92-1+rpi1 by Peter Micheal Green]
+  * Disable wayland in meson_options.txt
 
- -- Raspbian forward porter <root@raspbian.org>  Sat, 17 Mar 2018 03:47:12 +0000
+ -- Peter Michael Green <plugwash@raspbian.org>  Sat, 17 Mar 2018 03:47:12 +0000
 
 gnome-control-center (1:3.27.92-1) unstable; urgency=medium
 
index 7498af4d6247a09cf67e83e8cb4949d0f7a9f0cd..a9e5948b628424968bc549eee51d3084d4be9743 100644 (file)
@@ -2,4 +2,4 @@ option('cheese', type: 'boolean', value: true, description: 'build with cheese w
 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')