From 08cd77ebf40b25fdcca4bcb422934e8eb165c430 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Tue, 3 Nov 2015 23:01:27 -0800 Subject: [PATCH] Drop dbus pkg_config, we don't need it --- build/config/linux/BUILD.gn | 6 ------ 1 file changed, 6 deletions(-) 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" ]