| Index: third_party/libdrm/BUILD.gn
|
| diff --git a/third_party/libdrm/BUILD.gn b/third_party/libdrm/BUILD.gn
|
| index 8e2b518aa61ba0db7a78ed2edf01bb8260e9ad52..7f040070ed36206cfba82dc3e4391e224cd00d77 100644
|
| --- a/third_party/libdrm/BUILD.gn
|
| +++ b/third_party/libdrm/BUILD.gn
|
| @@ -10,7 +10,7 @@ declare_args() {
|
| # library shipped with the system. In release builds of Chrome OS we
|
| # use the system version, but when building on dev workstations we
|
| # bundle it because Ubuntu doesn't ship a usable version.
|
| - use_system_libdrm = true
|
| + use_system_libdrm = false
|
| }
|
|
|
| if (!use_system_libdrm) {
|
|
|