| Index: third_party/minigbm/BUILD.gn
|
| diff --git a/third_party/minigbm/BUILD.gn b/third_party/minigbm/BUILD.gn
|
| index 03b6f5d24392cafaf3f5279aa61919f480d5eb3e..57a3f7a03d367dace83523fc0197106e4b4a94a0 100644
|
| --- a/third_party/minigbm/BUILD.gn
|
| +++ b/third_party/minigbm/BUILD.gn
|
| @@ -11,7 +11,7 @@ declare_args() {
|
| # shipped with the system. In release builds of Chrome OS we use the
|
| # system version, but when building on dev workstations or the Chrome
|
| # waterfall we bundle it because Ubuntu doesn't ship a usable version.
|
| - use_system_minigbm = false
|
| + use_system_minigbm = true
|
| }
|
|
|
| if (!use_system_minigbm) {
|
|
|