[oe-commits] Tom Rini : groff: Disable x11 support

git version control git at git.openembedded.org
Thu Jul 14 14:02:51 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: f0cf02ac0fae12cad8895fa1a9f49b0bc68c356d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f0cf02ac0fae12cad8895fa1a9f49b0bc68c356d

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed Jul 13 12:05:34 2011 -0700

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 at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 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() {





More information about the Openembedded-commits mailing list