diff options
Diffstat (limited to 'device/hid/BUILD.gn')
-rw-r--r-- | device/hid/BUILD.gn | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/device/hid/BUILD.gn b/device/hid/BUILD.gn index 7741f90..6197cf4 100644 --- a/device/hid/BUILD.gn +++ b/device/hid/BUILD.gn @@ -44,8 +44,6 @@ source_set("hid") { ] if (is_linux) { - deps += [ - "//device/udev_linux", - ] + deps += [ "//device/udev_linux" ] } } |