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:26 +0000 |
commit | 40fe6457d5ca49fe113bc26c60d5add59d85b34f (patch) | |
tree | 7bc391b9a4795577879c7f6caa800af17e7794c6 /meta/recipes-graphics | |
parent | 47004dfbaa6007549b18f9a08f4fae1f9bd4975b (diff) | |
download | poky-40fe6457d5ca49fe113bc26c60d5add59d85b34f.tar.gz |
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.
(From OE-Core rev: 381c7857a5b303bf9eadd7fffc39d17a2b8e31f2)
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 | |||
10 | SECTION = "x11/wm" | 10 | SECTION = "x11/wm" |
11 | DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf" | 11 | DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf" |
12 | 12 | ||
13 | SRCREV = "e8236c9ab44a8af8137cac2a35fb87f9146a9656" | 13 | SRCREV = "f4394eaed475de6e627d373c5b35ee2cf87072e3" |
14 | PV = "1.2+git${SRCPV}" | 14 | PV = "1.2+git${SRCPV}" |
15 | PR = "r0" | 15 | PR = "r0" |
16 | 16 | ||