diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index 3c7a3b28..05f0f24 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -507,7 +507,7 @@ }], # libudev usage. This currently only affects the content layer. - ['OS=="linux"', { + ['OS=="linux" and embedded==0', { 'use_udev%': 1, }, { 'use_udev%': 0, |