| Index: build/config/linux/BUILD.gn
|
| diff --git a/build/config/linux/BUILD.gn b/build/config/linux/BUILD.gn
|
| index 8342f11e7fac111af62a9d6bb980864f3b4a7ae0..77c4d672f7459bd594bfa0d68bbf6161ced71e4a 100644
|
| --- a/build/config/linux/BUILD.gn
|
| +++ b/build/config/linux/BUILD.gn
|
| @@ -142,6 +142,20 @@ if (use_brlapi) {
|
| output_cc = "libbrlapi_loader.cc"
|
| header = "<brlapi.h>"
|
| config = ":brlapi_config"
|
| +
|
| + functions = [
|
| + "brlapi_getHandleSize",
|
| + "brlapi_error_location",
|
| + "brlapi_strerror",
|
| + "brlapi__acceptKeys",
|
| + "brlapi__openConnection",
|
| + "brlapi__closeConnection",
|
| + "brlapi__getDisplaySize",
|
| + "brlapi__enterTtyModeWithPath",
|
| + "brlapi__leaveTtyMode",
|
| + "brlapi__writeDots",
|
| + "brlapi__readKey",
|
| + ]
|
| }
|
| }
|
|
|
|
|