summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/directfb/directfb_1.6.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* directfb: disable imlib2 explicitlyDennis Lan2012-07-111-1/+2
| | | | | | | | | | | | | | | | | | | | When HOST machine installed imlib2, compiling directfb in OE will direct this library, and try to use it. This is wrong, since there is no imlib in OE, so we should disable it explicitly here. Error as following: | idirectfbimageprovider_imlib2.c:64:20: fatal error: Imlib2.h: No such file or directory Config.log as following (which is wrong): configure:19602: checking for imlib2-config configure:19620: found /usr/bin/imlib2-config configure:19633: result: /usr/bin/imlib2-config (From OE-Core rev: fbdee213465f38791f3dd6c2663f2fe295be3596) Signed-off-by: Dennis Lan <dennis.yxun@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* directfb: upgrade to 1.6.1Laurentiu Palcu2012-07-091-0/+23
Removed two backported patches that already exist in the current version and fixed a compilation issue when zlib is used. (From OE-Core rev: 47800f9bff7a799489851156c341151ee9cf364f) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>