| Index: build/linux/system.gyp
|
| diff --git a/build/linux/system.gyp b/build/linux/system.gyp
|
| index eed48e2da68937f4c3b8614d46592af55f3ef618..e6c5a026d7dc1be0c0c5c9b325c13a16ef864433 100644
|
| --- a/build/linux/system.gyp
|
| +++ b/build/linux/system.gyp
|
| @@ -1033,7 +1033,7 @@
|
| 'type': 'none',
|
| 'conditions': [
|
| # libudev is not available on *BSD
|
| - ['_toolset=="target" and os_bsd!=1 and use_udev==1', {
|
| + ['_toolset=="target" and os_bsd!=1', {
|
| 'direct_dependent_settings': {
|
| 'cflags': [
|
| '<!@(<(pkg-config) --cflags libudev)'
|
|
|