aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2011-03-06 16:18:30 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-16 13:32:58 +0000
commit79f160a7ac9426ec9952f7a9c40190da8b95c88d (patch)
tree0317072d083234ddcba6b89245a608ff0e9cf73c /meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb
parentdae83a48f86fd5907cc999e912f476c89debd0bb (diff)
downloadopenembedded-core-contrib-79f160a7ac9426ec9952f7a9c40190da8b95c88d.tar.gz
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] Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb')
-rw-r--r--meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb5
1 files changed, 3 insertions, 2 deletions
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"