From: Dennis Lan <dennis.yxun@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] directfb: disable imlib2 explicitly
Date: Wed, 11 Jul 2012 07:49:54 +0000 [thread overview]
Message-ID: <1341992994-7193-1-git-send-email-dennis.yxun@gmail.com> (raw)
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>
---
meta/recipes-graphics/directfb/directfb_1.6.1.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/directfb/directfb_1.6.1.bb b/meta/recipes-graphics/directfb/directfb_1.6.1.bb
index cafc21f..a6012ca 100644
--- a/meta/recipes-graphics/directfb/directfb_1.6.1.bb
+++ b/meta/recipes-graphics/directfb/directfb_1.6.1.bb
@@ -1,7 +1,7 @@
require directfb.inc
RV = "1.6-0"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
DEPENDS += "sysfsutils"
@@ -14,6 +14,7 @@ EXTRA_OECONF = "\
--disable-sdl \
--disable-vnc \
--disable-x11 \
+ --disable-imlib2 \
"
LEAD_SONAME = "libdirectfb-1.6.so.0"
--
1.7.9.rc2
next reply other threads:[~2012-07-11 8:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-11 7:49 Dennis Lan [this message]
2012-07-11 10:15 ` [PATCH] directfb: disable imlib2 explicitly Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1341992994-7193-1-git-send-email-dennis.yxun@gmail.com \
--to=dennis.yxun@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox