mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Drop dbus pkg_config, we don't need it
This commit is contained in:
parent
6cb1b0007f
commit
08cd77ebf4
@ -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" ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user