* [PATCH] directfb: disable imlib2 explicitly
@ 2012-07-11 7:49 Dennis Lan
2012-07-11 10:15 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Dennis Lan @ 2012-07-11 7:49 UTC (permalink / raw)
To: openembedded-core
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] directfb: disable imlib2 explicitly
2012-07-11 7:49 [PATCH] directfb: disable imlib2 explicitly Dennis Lan
@ 2012-07-11 10:15 ` Richard Purdie
0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-07-11 10:15 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Wed, 2012-07-11 at 07:49 +0000, Dennis Lan wrote:
> 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(-)
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-11 10:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-11 7:49 [PATCH] directfb: disable imlib2 explicitly Dennis Lan
2012-07-11 10:15 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox