diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-11-22 14:15:08 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-22 15:13:16 +0000 |
commit | 381c7857a5b303bf9eadd7fffc39d17a2b8e31f2 (patch) | |
tree | 46d6d5d9cb8fa61853de221486f81d44f00bec3d /meta/recipes-graphics | |
parent | 5d757b8bee10a79843e6ab726784393cbef67f73 (diff) | |
download | openembedded-core-381c7857a5b303bf9eadd7fffc39d17a2b8e31f2.tar.gz openembedded-core-381c7857a5b303bf9eadd7fffc39d17a2b8e31f2.tar.bz2 openembedded-core-381c7857a5b303bf9eadd7fffc39d17a2b8e31f2.zip |
matchbox-wm: Fix variable type in _NET_WORKAREA setting
According to XChangeProperty doc, array of "long" should be used when format is
32. Wrong _NET_WORKAREA parameter caused blank screen in matchbox-desktop on 64
bit platform.
[YOCTO #1689] got fixed.
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb index f58529d3fd..5550dc2b89 100644 --- a/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb +++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://src/wm.h;endline=21;md5=a7e844465edbcf79c282369f93caa SECTION = "x11/wm" DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf" -SRCREV = "e8236c9ab44a8af8137cac2a35fb87f9146a9656" +SRCREV = "f4394eaed475de6e627d373c5b35ee2cf87072e3" PV = "1.2+git${SRCPV}" PR = "r0" |