diff --git a/build/config/linux/BUILD.gn b/build/config/linux/BUILD.gn index 202fd731897..37975dc88c1 100644 --- a/build/config/linux/BUILD.gn +++ b/build/config/linux/BUILD.gn @@ -60,12 +60,6 @@ pkg_config("pangoft2") { packages = [ "pangoft2" ] } -# Note: if your target also depends on //dbus, you don't need to add this -# config (it will get added automatically if you depend on //dbus). -pkg_config("dbus") { - packages = [ "dbus-1" ] -} - if (use_evdev_gestures) { pkg_config("libevdev-cros") { packages = [ "libevdev-cros" ]