From: Tom Rini Date: Wed, 13 Jul 2011 19:05:34 +0000 (-0700) Subject: groff: Disable x11 support X-Git-Tag: 2011-1~748 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f0cf02ac0fae12cad8895fa1a9f49b0bc68c356d;p=openembedded-core.git groff: Disable x11 support groff will build with, or without x11 support depending on if X has been built already or not. Disable x11 support for consistency. Signed-off-by: Tom Rini Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/groff/groff_1.20.1.bb b/meta/recipes-extended/groff/groff_1.20.1.bb index e0e198f576..7085911002 100644 --- a/meta/recipes-extended/groff/groff_1.20.1.bb +++ b/meta/recipes-extended/groff/groff_1.20.1.bb @@ -18,6 +18,7 @@ DEPENDS_virtclass-native = "" inherit autotools +EXTRA_OECONF = "--without-x" PARALLEL_MAKE = "" do_configure_prepend() {