| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 18f558f9809f623b0fed2b7c92a0e5c7a9efff17..ffde2b7cd82ea88c7b07f0e9425f5298a8be4acb 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -22,7 +22,10 @@ group("default") {
|
|
|
| if (is_linux) {
|
| deps += [
|
| + "//apps(//build/toolchain/fusl:fusl_${current_cpu})",
|
| + "//examples(//build/toolchain/fusl:fusl_${current_cpu})",
|
| "//fusl",
|
| + "//services(//build/toolchain/fusl:fusl_${current_cpu})",
|
|
|
| # We need this to run tests (especially on bots).
|
| "//third_party/mesa:osmesa",
|
|
|