summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/cairo/cairo.inc
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2013-11-25 21:05:45 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 17:45:53 +0000
commit4eab9d000fedbd37079c3e8cbeb324ab51fea529 (patch)
tree43cefa42c0150f17c064e3c2f7f058579fac1451 /meta/recipes-graphics/cairo/cairo.inc
parent1bc64bae2f72046dfb4b16f23333827171784af5 (diff)
downloadpoky-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/cairo/cairo.inc')
-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