summaryrefslogtreecommitdiffstats
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 15:02:28 +0100
commitb85a1e05b02d8dcf9acbf3963107aa20b2a0ab39 (patch)
treeba9c696373dcfb0fabe968215d7be93793084f86 /meta/recipes-extended/groff
parentf3004c759754063348d18cd42d65f5e455633544 (diff)
downloadpoky-b85a1e05b02d8dcf9acbf3963107aa20b2a0ab39.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. (From OE-Core rev: f0cf02ac0fae12cad8895fa1a9f49b0bc68c356d) 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 = ""
18 18
19inherit autotools 19inherit autotools
20 20
21EXTRA_OECONF = "--without-x"
21PARALLEL_MAKE = "" 22PARALLEL_MAKE = ""
22 23
23do_configure_prepend() { 24do_configure_prepend() {