diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-03-23 23:30:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-26 10:05:04 +0100 |
commit | 009fa284048a479c84565ba6e69f24c0aaf5f1cc (patch) | |
tree | 55020417195901bf77cffc9a73934bd19afc6d22 /meta/recipes-graphics/cairo/cairo.inc | |
parent | 6ae4d4f30a5b16ce1ac155c89d47d461c0272152 (diff) | |
download | poky-009fa284048a479c84565ba6e69f24c0aaf5f1cc.tar.gz |
cairo: import native support from meta-oe
(From OE-Core rev: d8f4551d96c952cb62e8d96f9d5d491be9151279)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/cairo/cairo.inc')
-rw-r--r-- | meta/recipes-graphics/cairo/cairo.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc index 69984cbc88..3059faeedf 100644 --- a/meta/recipes-graphics/cairo/cairo.inc +++ b/meta/recipes-graphics/cairo/cairo.inc | |||
@@ -16,6 +16,7 @@ PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ | |||
16 | ${@base_contains('DISTRO_FEATURES', 'gtk-directfb', 'gtk-directfb', '', d)}" | 16 | ${@base_contains('DISTRO_FEATURES', 'gtk-directfb', 'gtk-directfb', '', d)}" |
17 | PACKAGECONFIG[x11] = "--with-x=yes,--without-x,${X11DEPENDS}" | 17 | PACKAGECONFIG[x11] = "--with-x=yes,--without-x,${X11DEPENDS}" |
18 | PACKAGECONFIG[gtk-directfb] = "--enable-directfb=yes,,directfb" | 18 | PACKAGECONFIG[gtk-directfb] = "--enable-directfb=yes,,directfb" |
19 | BBCLASSEXTEND = "native" | ||
19 | 20 | ||
20 | #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points | 21 | #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points |
21 | require cairo-fpu.inc | 22 | require cairo-fpu.inc |