Index: build/config/features.gni |
diff --git a/build/config/features.gni b/build/config/features.gni |
index e6cbc0f88a05920947a373fbab5ad8f12ce9e6e5..5bd1c1803289adeaaf015ef00eff79b71b2a26a2 100644 |
--- a/build/config/features.gni |
+++ b/build/config/features.gni |
@@ -156,3 +156,6 @@ enable_one_click_signin = is_win || is_mac || (is_linux && !is_chromeos) |
# Chrome OS: whether to also build the upcoming version of |
# ChromeVox, which can then be enabled via a command-line switch. |
enable_chromevox_next = false |
+ |
+# Use brlapi from brltty for braille display support. |
+use_brlapi = is_chromeos |