From 588d4bebfd09af9ee6f3d1e03712da57c719c2b7 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Mon, 19 Mar 2018 02:38:45 +0000 Subject: [PATCH] Disable wayland in meson_options.txt --- debian/changelog | 4 +++- meson_options.txt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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') -- 2.30.2