summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/brltty/brltty.mk19
1 files changed, 18 insertions, 1 deletions
diff --git a/package/brltty/brltty.mk b/package/brltty/brltty.mk
index 5ce0684168..7214f10fa0 100644
--- a/package/brltty/brltty.mk
+++ b/package/brltty/brltty.mk
@@ -18,7 +18,10 @@ BRLTTY_CONF_OPTS = \
--disable-lisp-bindings \
--disable-ocaml-bindings \
--disable-python-bindings \
- --disable-tcl-bindings
+ --disable-tcl-bindings \
+ --without-midi-package \
+ --without-mikropuhe --without-speechd --without-swift \
+ --without-theta --without-viavoice
ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS),y)
BRLTTY_DEPENDENCIES += bluez5_utils
@@ -27,6 +30,20 @@ else
BRLTTY_CONF_OPTS += --without-bluetooth-package
endif
+ifeq ($(BR2_PACKAGE_ESPEAK),y)
+BRLTTY_DEPENDENCIES += espeak
+BRLTTY_CONF_OPTS += --with-espeak=$(TARGET_DIR)/usr
+else
+BRLTTY_CONF_OPTS += --without-espeak
+endif
+
+ifeq ($(BR2_PACKAGE_FLITE),y)
+BRLTTY_DEPENDENCIES += flite
+BRLTTY_CONF_OPTS += --with-flite=$(STAGING_DIR)/usr
+else
+BRLTTY_CONF_OPTS += --without-flite
+endif
+
ifeq ($(BR2_PACKAGE_ICU),y)
BRLTTY_DEPENDENCIES += icu
BRLTTY_CONF_OPTS += --enable-icu
OpenPOWER on IntegriCloud