]> code.ossystems Code Review - openembedded-core.git/commit
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:14:14 +0000 (11:14 +0100)
commitfbdee213465f38791f3dd6c2663f2fe295be3596
treec74edb06b23d724768ac49e1abe3ee90a23469f8
parentce37c45abb4cf43e5009867f695982de2eb33450
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

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