generic-poky/meta/recipes-graphics/libmatchbox/files
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
..
16bppfixes-2.patch Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
16bppfixes.patch Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
autofoo.patch Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
check.m4 Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
configure_fixes.patch Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
fix-configure-for-1.9.patch Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
matchbox-start-fix.patch libmatchbox: Fix the matchbox environment start failure on x86-64 target. 2010-09-02 09:53:49 +01:00