From: Peter Michael Green Date: Mon, 19 Mar 2018 02:38:45 +0000 (+0000) Subject: Disable wayland in meson_options.txt X-Git-Tag: archive/raspbian/1%3.27.92-1+rpi1~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=588d4bebfd09af9ee6f3d1e03712da57c719c2b7;p=gnome-control-center.git Disable wayland in meson_options.txt --- diff --git a/debian/changelog b/debian/changelog index 342f115..2ab15ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 Sat, 17 Mar 2018 03:47:12 +0000 + -- Peter Michael Green Sat, 17 Mar 2018 03:47:12 +0000 gnome-control-center (1:3.27.92-1) unstable; urgency=medium diff --git a/meson_options.txt b/meson_options.txt index 7498af4..a9e5948 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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')