From a4c6bcb895cb7888b5045ed76f96f056acd7b4ab Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Sun, 6 Mar 2011 16:18:30 +0800 Subject: matchbox-desktop: add configure event handler to fix bug 658 Bug658 - "the bottom icons on Applications and All screen are cut-off in qemu" the reason is that desktop work area is not resized after window manager decoration. so add configure event handler to resize the desktop work area can fix this issue. [YOCTO #658] (From OE-Core rev: 79f160a7ac9426ec9952f7a9c40190da8b95c88d) Signed-off-by: Yu Ke Signed-off-by: Richard Purdie --- meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb') diff --git a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb index 9e95df4e88..4a80ff92bc 100644 --- a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb +++ b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb @@ -11,10 +11,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ DEPENDS = "gtk+ startup-notification dbus" SECTION = "x11/wm" PV = "2.0+git${SRCPV}" -PR = "r0" +PR = "r1" SRC_URI = "git://git.pokylinux.org/${BPN}-2;protocol=git \ - file://dso_linking_change_build_fix.patch" + file://dso_linking_change_build_fix.patch \ + file://window-resize-fix.patch" EXTRA_OECONF = "--enable-startup-notification --with-dbus" -- cgit v1.2.3-54-g00ecf