From f8fb1ab34fe121b26081794937d3285014bf186e Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Mon, 19 Mar 2018 02:39:03 +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..bf44bb6 --- /dev/null +++ b/debian/patches/disable-wayland-in-meson_options.txt.patch @@ -0,0 +1,16 @@ +From: Peter Michael Green +Date: Mon, 19 Mar 2018 02:38:45 +0000 +X-Dgit-Generated: 1:3.27.92-1+rpi1 588d4bebfd09af9ee6f3d1e03712da57c719c2b7 +Subject: Disable wayland in meson_options.txt + + +--- + +--- gnome-control-center-3.27.92.orig/meson_options.txt ++++ gnome-control-center-3.27.92/meson_options.txt +@@ -2,4 +2,4 @@ option('cheese', type: 'boolean', value: + 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') diff --git a/debian/patches/series b/debian/patches/series index 45a3c08..c8d934e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ 06_handle_passwd_with_ldap.patch 07_polkit_wheel_sudo_group.patch no-wayland.patch +disable-wayland-in-meson_options.txt.patch -- 2.30.2