aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-device__usb__usb.gyp
blob: d72e1ccc3111cdd0c6f65af846fb4a4fd968b627 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- device/usb/usb.gyp.orig	2014-10-10 08:54:15 UTC
+++ device/usb/usb.gyp
@@ -65,6 +65,11 @@
             '../../build/linux/system.gyp:udev',
           ],
         }],
+        ['OS == "freebsd"', {
+          'dependencies!': [
+            '../../third_party/libusb/libusb.gyp:libusb',
+          ],
+        }],
         ['chromeos==1', {
           'dependencies': [
             '../../chromeos/chromeos.gyp:chromeos',