Commit Debian 3.0 (quilt) metadata archive/raspbian/3.28.0-1+rpi1 raspbian/3.28.0-1+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Fri, 23 Mar 2018 23:33:48 +0000 (23:33 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Fri, 23 Mar 2018 23:33:48 +0000 (23:33 +0000)
[dgit (4.3) quilt-fixup]

debian/patches/disable-wayland-in-meson_options.txt.patch [new file with mode: 0644]
debian/patches/series

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 (file)
index 0000000..6fde1e9
--- /dev/null
@@ -0,0 +1,16 @@
+From: Peter Michael Green <plugwash@raspbian.org>
+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')
index 14a39c912f2271cf9de1e4e32c9e57436f84f351..cd622185f93a756ea375aaa6fca9aadc63a048b9 100644 (file)
@@ -1 +1,2 @@
 hack-out-wayland.patch
+disable-wayland-in-meson_options.txt.patch