directfb: disable imlib2 explicitly
authorDennis Lan <dennis.yxun@gmail.com>
Wed, 11 Jul 2012 07:49:54 +0000 (07:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Jul 2012 10:15:24 +0000 (11:15 +0100)
commit649a10d5f2c72a681ae5ec2117b5fb978e78b5f2
tree6810a79ec1a0ac85d673d3ae32b409a27a664d1b
parent29ee2f1d3c538930bc43e8c8f3292ea2c255f038
directfb: disable imlib2 explicitly

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>
meta/recipes-graphics/directfb/directfb_1.6.1.bb