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.

(From OE-Core rev: f0cf02ac0fae12cad8895fa1a9f49b0bc68c356d)

Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Tom Rini 2011-07-13 12:05:34 -07:00 committed by Richard Purdie
parent f3004c7597
commit b85a1e05b0
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ DEPENDS_virtclass-native = ""
inherit autotools
EXTRA_OECONF = "--without-x"
PARALLEL_MAKE = ""
do_configure_prepend() {