]> code.ossystems Code Review - openembedded-core.git/commitdiff
groff: Disable x11 support
authorTom Rini <tom_rini@mentor.com>
Wed, 13 Jul 2011 19:05:34 +0000 (12:05 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Jul 2011 13:59:49 +0000 (14:59 +0100)
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 <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/groff/groff_1.20.1.bb

index e0e198f576d945eb2b4a171551c0addf0c5b66d1..7085911002f14aa94550fac849f349b423b11b48 100644 (file)
@@ -18,6 +18,7 @@ DEPENDS_virtclass-native = ""
 
 inherit autotools
 
+EXTRA_OECONF = "--without-x"
 PARALLEL_MAKE = ""
 
 do_configure_prepend() {