diff options
Diffstat (limited to 'www/iridium/files/patch-device_hid_BUILD.gn')
-rw-r--r-- | www/iridium/files/patch-device_hid_BUILD.gn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/iridium/files/patch-device_hid_BUILD.gn b/www/iridium/files/patch-device_hid_BUILD.gn new file mode 100644 index 000000000000..3839cd3a872f --- /dev/null +++ b/www/iridium/files/patch-device_hid_BUILD.gn @@ -0,0 +1,16 @@ +--- device/hid/BUILD.gn.orig 2017-04-19 19:06:34 UTC ++++ device/hid/BUILD.gn +@@ -56,6 +56,13 @@ source_set("hid") { + deps += [ "//device/udev_linux" ] + } + ++ if (is_bsd) { ++ sources -= [ ++ "hid_connection_linux.cc", ++ "hid_connection_linux.h", ++ ] ++ } ++ + if (is_chromeos) { + deps += [ "//chromeos" ] + } |