From 3b9653d8537bd1857372d286b4015fe3cca9702b Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Fri, 23 Mar 2018 23:32:25 +0000 Subject: [PATCH] Disable wayland in meson_options.txt --- debian/changelog | 2 ++ meson_options.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bbd3379..2a57cbc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 Fri, 23 Mar 2018 13:00:13 +0000 diff --git a/meson_options.txt b/meson_options.txt index 50bd174..4cecb53 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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') -- 2.30.2