Drop dbus pkg_config, we don't need it

This commit is contained in:
Adam Barth 2015-11-03 23:01:27 -08:00
parent 6cb1b0007f
commit 08cd77ebf4

View File

@ -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" ]