| Submitter | Tom Rini |
|---|---|
| Date | July 13, 2011, 7:05 p.m. |
| Message ID | <c522cd2ce93b6d965d615a1745d0523ad7e31fbc.1310583292.git.tom_rini@mentor.com> |
| Download | mbox | patch |
| Permalink | /patch/7565/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-extended/groff/groff_1.20.1.bb b/meta/recipes-extended/groff/groff_1.20.1.bb index e0e198f..7085911 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() {
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> --- meta/recipes-extended/groff/groff_1.20.1.bb | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)