[Buildroot] [git commit] package/brltty: disable X11 support for now

Peter Korsgaard peter at korsgaard.com
Thu Dec 21 15:30:16 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=0af9bb7f1ad455a1afd84933701fc11d3ae4e6b2
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

This stops xbrlapi from building/installing, which is really not essential
to almost all users.

Fixes:
  http://autobuild.buildroot.net/results/3fe2d053dcfdf5af791e9127f3e9f1dceaabfdc0
  http://autobuild.buildroot.net/results/6cfa5e9d37ac1571dc58df538232bb9e1749e62a

Signed-off-by: Mario Lang <mlang at blind.guru>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/brltty/brltty.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/brltty/brltty.mk b/package/brltty/brltty.mk
index 7214f10..9621d4f 100644
--- a/package/brltty/brltty.mk
+++ b/package/brltty/brltty.mk
@@ -19,6 +19,7 @@ BRLTTY_CONF_OPTS = \
 	--disable-ocaml-bindings \
 	--disable-python-bindings \
 	--disable-tcl-bindings \
+	--disable-x \
 	--without-midi-package \
 	--without-mikropuhe --without-speechd --without-swift \
 	--without-theta --without-viavoice


More information about the buildroot mailing list