add fix for weston
authorRonan Le Martret <ronan@fridu.net>
Wed, 10 Sep 2014 12:06:30 +0000 (14:06 +0200)
committerRonan Le Martret <ronan@fridu.net>
Wed, 10 Sep 2014 12:06:30 +0000 (14:06 +0200)
Change-Id: I7fe0874f98f167512cfc9b125c3f1af588dccdbf
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
recipes-graphics/wayland/weston/0001-fix:-missingpanelregressionintroducedbypanelopt.patch [new file with mode: 0644]
recipes-graphics/wayland/weston_1.5.0.bbappend

diff --git a/recipes-graphics/wayland/weston/0001-fix:-missingpanelregressionintroducedbypanelopt.patch b/recipes-graphics/wayland/weston/0001-fix:-missingpanelregressionintroducedbypanelopt.patch
new file mode 100644 (file)
index 0000000..9b727e4
--- /dev/null
@@ -0,0 +1,29 @@
+From beedbb821fe9fd068d7ef7b2bf102516c1f73074 Mon Sep 17 00:00:00 2001
+From: Philippe Coval <philippe.coval@open.eurogiciel.org>
+Date: Wed, 25 Jun 2014 14:14:05 +0200
+Subject: [PATCH] fix: missing panel regression introduced by panel opt
+
+to be squashed into d733bcef2670f30da232748f09b10eab98d625b8
+
+Change-Id: I63b5860b2d8be106abab1eaf287142e15fef59d9
+Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
+---
+ clients/desktop-shell.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c
+index 161d3ac..1c36b2f 100644
+--- a/clients/desktop-shell.c
++++ b/clients/desktop-shell.c
+@@ -1206,7 +1206,7 @@ static void
+ output_init(struct output *output, struct desktop *desktop)
+ {
+       struct wl_surface *surface;
+-      if(output->panel) {
++      if(desktop->panel) {
+               output->panel = panel_create(desktop);
+               surface = window_get_wl_surface(output->panel->window);
+               desktop_shell_set_panel(desktop->shell,
+-- 
+1.8.1.4
+
index aa5ebad..6a0ccf7 100644 (file)
@@ -7,6 +7,7 @@ SRC_URI += "file://weston.target \
             file://0004-downstream-shell-make-panel-optional-panel-false-in-.patch \
             file://0005-downstream-Hack-to-allow-selecting-a-default-output.patch \
             file://0006-downstream-accept-the-new-enable-sys-uid-configure-o.patch \
+            file://0001-fix:-missingpanelregressionintroducedbypanelopt.patch \
             "
 
 do_install_append() {