| Index: build/config/linux/BUILD.gn
|
| diff --git a/build/config/linux/BUILD.gn b/build/config/linux/BUILD.gn
|
| index 6d814fa93975155cf832b59be8fd40e485494822..46cea9e8a2fc9dc8dbd32ce5f1bb3b984254e884 100644
|
| --- a/build/config/linux/BUILD.gn
|
| +++ b/build/config/linux/BUILD.gn
|
| @@ -48,6 +48,10 @@ pkg_config("udev") {
|
| packages = [ "libudev" ]
|
| }
|
|
|
| +pkg_config("dbus") {
|
| + packages = [ "dbus-1" ]
|
| +}
|
| +
|
| config("x11") {
|
| # Don't bother running pkg-config for these X related libraries since it just
|
| # returns the same libs, and forking pkg-config is slow.
|
|
|