diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 9f87a44..4d5836e 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -392,6 +392,11 @@ 'NACL_WIN64', ], }], + ['OS=="linux" and chromeos==0 and target_arch!="arm"', { + 'use_cups%': 1, + }, { + 'use_cups%': 0, + }], ], # NOTE: When these end up in the Mac bundle, we need to replace '-' for '_' |