diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-07-13 12:05:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-14 15:02:28 +0100 |
commit | b85a1e05b02d8dcf9acbf3963107aa20b2a0ab39 (patch) | |
tree | ba9c696373dcfb0fabe968215d7be93793084f86 | |
parent | f3004c759754063348d18cd42d65f5e455633544 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-extended/groff/groff_1.20.1.bb | 1 |
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 | ||
19 | inherit autotools | 19 | inherit autotools |
20 | 20 | ||
21 | EXTRA_OECONF = "--without-x" | ||
21 | PARALLEL_MAKE = "" | 22 | PARALLEL_MAKE = "" |
22 | 23 | ||
23 | do_configure_prepend() { | 24 | do_configure_prepend() { |