diff options
author | Christopher Larson <chris_larson@mentor.com> | 2013-11-25 21:05:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 17:45:53 +0000 |
commit | 4eab9d000fedbd37079c3e8cbeb324ab51fea529 (patch) | |
tree | 43cefa42c0150f17c064e3c2f7f058579fac1451 /meta/recipes-graphics | |
parent | 1bc64bae2f72046dfb4b16f23333827171784af5 (diff) | |
download | poky-4eab9d000fedbd37079c3e8cbeb324ab51fea529.tar.gz |
cairo: add/use packageconfig for valgrind support
It was currently autodetecting.
(From OE-Core rev: 68fc138d172d491e16d5e6f2fc21fc779c04b92f)
Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-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 214999772a..5212f8ba39 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', 'directfb', 'directfb', '', d)}" | 16 | ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}" |
17 | PACKAGECONFIG[x11] = "--with-x=yes,--without-x,${X11DEPENDS}" | 17 | PACKAGECONFIG[x11] = "--with-x=yes,--without-x,${X11DEPENDS}" |
18 | PACKAGECONFIG[directfb] = "--enable-directfb=yes,,directfb" | 18 | PACKAGECONFIG[directfb] = "--enable-directfb=yes,,directfb" |
19 | PACKAGECONFIG[valgrind] = "--enable-valgrind=yes,--disable-valgrind,valgrind" | ||
19 | BBCLASSEXTEND = "native" | 20 | BBCLASSEXTEND = "native" |
20 | 21 | ||
21 | #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points | 22 | #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points |