diff options
-rw-r--r-- | base/base.gyp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp index 74a22f5..b0c7530 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -19,6 +19,14 @@ '../third_party/icu/icu.gyp:icui18n', '../third_party/icu/icu.gyp:icuuc', ], + 'conditions': [ + ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { + 'dependencies': [ + # i18n/rtl.cc uses gtk + '../build/linux/system.gyp:gtk', + ], + }], + ], 'export_dependent_settings': [ 'base', ], |