generic-poky/meta/recipes-graphics/libmatchbox
Zhai Edwin 0d7bcdf9fd libmatchbox: Fix the matchbox environment start failure on x86-64 target.
x86 target works well. Root cause is libmatchbox use "0"(int) as termination
indicator when calling XftFontOpen, which in turn called FcPatternVapBuild(in
fontconfig). It try to get the "0" as char* and fetch wrong value, as int and
char* has different size on x86-64. This patch forces a NULL pointer as
terminator to fix it.

[BUGID #234] is fixed by this

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-09-02 09:53:49 +01:00
..
files libmatchbox: Fix the matchbox environment start failure on x86-64 target. 2010-09-02 09:53:49 +01:00
libmatchbox.inc Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
libmatchbox_1.9.bb libmatchbox: Fix the matchbox environment start failure on x86-64 target. 2010-09-02 09:53:49 +01:00
libmatchbox_svn.bb libmatchbox: Fix the matchbox environment start failure on x86-64 target. 2010-09-02 09:53:49 +01:00