aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/groff
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-07-13 12:05:34 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-14 14:59:49 +0100
commitf0cf02ac0fae12cad8895fa1a9f49b0bc68c356d (patch)
treecbb704b2452eed76b16e84a0871251f9ddeb0d76 /meta/recipes-extended/groff
parent9053e6627bf77ec77cd875debbdb6835e70193fd (diff)
downloadopenembedded-core-contrib-f0cf02ac0fae12cad8895fa1a9f49b0bc68c356d.tar.gz
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 <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/groff')
-rw-r--r--meta/recipes-extended/groff/groff_1.20.1.bb1
1 files changed, 1 insertions, 0 deletions
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() {