summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/directfb/directfb_1.6.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* directfb: Upgrade to 1.6.3Lauren Post2013-08-221-27/+0
| | | | | | | | | | Remove mesa patch as 1.6.3 provides compatibility with mesa (From OE-Core rev: 00c078ff442676acf5f4653fe8c5ebf29de811a4) Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* directfb: Fix case where ${B} != ${S}Richard Purdie2013-03-221-1/+2
| | | | | | | | Add patch to allow out of tree builds to work. (From OE-Core rev: 15d7fe81bf3c52a14bfdd6a8a854836c8571e14f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* directfb: Really disable mesaRichard Purdie2013-02-071-0/+1
| | | | | | | | | Mesa was disabled in the .inc but not in the main recipe where a separate EXTRA_OECONF is used. Fix disabling mesa there too to avoid build failures. (From OE-Core rev: 722a5eaa6bed6ab8c8a1caa066cd2eba7acda5ee) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* directfb: Rename __no_instrument_function__ macro to avoid conflicting ↵Andrei Gherzan2013-01-071-2/+3
| | | | | | | | | | | | | | | | redefinitions The macro was renamed to __dfb_no_instrument_function__ . This will avoid build errors while compiling gst-plugins-bad with directfb support. This happens because gstreamer uses this macro to pass it to __attribute__. So, if we include directfb.h before, the gstreamer definition will end up: __attribute__ ((__attribute__((no_instrument_function)))). (From OE-Core rev: 3e87b2b796e2de50adcdf5ed9d777765ae8e3cee) Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* 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>