From: Christopher Larson Date: Mon, 25 Nov 2013 21:05:45 +0000 (+0000) Subject: cairo: add/use packageconfig for valgrind support X-Git-Tag: 2015-4~4407 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=68fc138d172d491e16d5e6f2fc21fc779c04b92f;p=openembedded-core.git cairo: add/use packageconfig for valgrind support It was currently autodetecting. Signed-off-by: Christopher Larson Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- 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)} \ ${@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