From c0bbe4bb5a90e43b99d2f695340e6eba8bbe4ad1 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Fri, 23 Mar 2018 23:33:48 +0000 Subject: [PATCH] Commit Debian 3.0 (quilt) metadata [dgit (4.3) quilt-fixup] --- .../disable-wayland-in-meson_options.txt.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 2 files changed, 17 insertions(+) create mode 100644 debian/patches/disable-wayland-in-meson_options.txt.patch diff --git a/debian/patches/disable-wayland-in-meson_options.txt.patch b/debian/patches/disable-wayland-in-meson_options.txt.patch new file mode 100644 index 0000000..6fde1e9 --- /dev/null +++ b/debian/patches/disable-wayland-in-meson_options.txt.patch @@ -0,0 +1,16 @@ +From: Peter Michael Green +Date: Fri, 23 Mar 2018 23:32:25 +0000 +X-Dgit-Generated: 3.28.0-1+rpi1 3b9653d8537bd1857372d286b4015fe3cca9702b +Subject: Disable wayland in meson_options.txt + + +--- + +--- gnome-settings-daemon-3.28.0.orig/meson_options.txt ++++ gnome-settings-daemon-3.28.0/meson_options.txt +@@ -7,4 +7,4 @@ option('cups', type: 'boolean', value: t + 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') diff --git a/debian/patches/series b/debian/patches/series index 14a39c9..cd62218 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ hack-out-wayland.patch +disable-wayland-in-meson_options.txt.patch -- 2.30.2