Index: services/BUILD.gn |
diff --git a/services/BUILD.gn b/services/BUILD.gn |
index 284dda4c20fee031ba03c13d60e324ccaa65fe83..9b5ff8fd384ecf960227c9ca22ba7837abca2342 100644 |
--- a/services/BUILD.gn |
+++ b/services/BUILD.gn |
@@ -42,6 +42,10 @@ group("services") { |
} |
} |
+ if (is_linux) { |
+ deps += [ "//services/keyboard" ] |
+ } |
+ |
if (is_linux && !is_fnl) { |
deps += [ "//services/python" ] |
} |