diff options
Diffstat (limited to 'build/config/features.gni')
-rw-r--r-- | build/config/features.gni | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/config/features.gni b/build/config/features.gni index e6cbc0f..5bd1c18 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 |