[oe-commits] Christopher Larson : cairo: add/use packageconfig for valgrind support

git at git.openembedded.org git at git.openembedded.org
Sun Feb 9 11:01:50 UTC 2014


Module: openembedded-core.git
Branch: dora
Commit: f6496a471d8944357067c7573d23f612f3af1f72
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f6496a471d8944357067c7573d23f612f3af1f72

Author: Christopher Larson <chris_larson at mentor.com>
Date:   Mon Nov 25 21:05:45 2013 +0000

cairo: add/use packageconfig for valgrind support

It was currently autodetecting.

(From OE-Core master rev: 68fc138d172d491e16d5e6f2fc21fc779c04b92f)

Signed-off-by: Christopher Larson <kergoth at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 meta/recipes-graphics/cairo/cairo.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc
index 2149997..5212f8b 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)} \
            ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}"
 PACKAGECONFIG[x11] = "--with-x=yes,--without-x,${X11DEPENDS}"
 PACKAGECONFIG[directfb] = "--enable-directfb=yes,,directfb"
+PACKAGECONFIG[valgrind] = "--enable-valgrind=yes,--disable-valgrind,valgrind"
 BBCLASSEXTEND = "native"
 
 #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points 



More information about the Openembedded-commits mailing list