summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2013-11-25 21:05:45 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-09 11:04:13 +0000
commit89a5d5ec5b9bde6afa73c6c6ef5179804e254120 (patch)
tree1f605bc193659c4d96fd9cdcc14f210c7d4b3018 /meta/recipes-graphics
parentccbdac5d97e2e68388a7a4e4757967684db24595 (diff)
downloadpoky-89a5d5ec5b9bde6afa73c6c6ef5179804e254120.tar.gz
cairo: add/use packageconfig for valgrind support
It was currently autodetecting. (From OE-Core master rev: 68fc138d172d491e16d5e6f2fc21fc779c04b92f) (From OE-Core rev: f6496a471d8944357067c7573d23f612f3af1f72) 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> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/cairo/cairo.inc1
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)}"
17PACKAGECONFIG[x11] = "--with-x=yes,--without-x,${X11DEPENDS}" 17PACKAGECONFIG[x11] = "--with-x=yes,--without-x,${X11DEPENDS}"
18PACKAGECONFIG[directfb] = "--enable-directfb=yes,,directfb" 18PACKAGECONFIG[directfb] = "--enable-directfb=yes,,directfb"
19PACKAGECONFIG[valgrind] = "--enable-valgrind=yes,--disable-valgrind,valgrind"
19BBCLASSEXTEND = "native" 20BBCLASSEXTEND = "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