Index: build/linux/BUILD.gn |
diff --git a/build/linux/BUILD.gn b/build/linux/BUILD.gn |
index c81172e427fbf77f68ca33f400b0d359e8942646..410f832a4660c29e2fdc33a2440cf58c67c7a07b 100644 |
--- a/build/linux/BUILD.gn |
+++ b/build/linux/BUILD.gn |
@@ -5,12 +5,6 @@ |
import("//build/config/features.gni") |
import("//build/config/linux/pkg_config.gni") |
-# If brlapi isn't needed, don't require it to be installed. |
-if (use_brlapi) { |
- deps = [ |
brettw
2016/11/11 19:27:39
I think the effect of this is to make libbrlapi be
Dirk Pranke
2016/11/11 22:07:31
Yes, there doesn't seem like any way this can be r
|
- "//build/linux/libbrlapi", |
- ] |
-} |
if (use_gio) { |
pkg_config("gio_config") { |
packages = [ "gio-2.0" ] |