Chromium Code Reviews| Index: build/linux/system.gyp |
| diff --git a/build/linux/system.gyp b/build/linux/system.gyp |
| index a52083b9ad6eef43a1aad7bf1ca9a620f592a219..9dace747f7f2f3acd9078d41f4db68721541bf41 100644 |
| --- a/build/linux/system.gyp |
| +++ b/build/linux/system.gyp |
| @@ -350,11 +350,9 @@ |
| 'target_name': 'ibus', |
| 'type': 'settings', |
| 'conditions': [ |
| - ['"<!@(<(pkg-config) --atleast-version=1.3.99 ibus-1.0 || echo $?)"==""', { |
| - 'variables': { |
| - 'ibus': 1 |
| - }, |
| + ['use_ibus==1', { |
| 'direct_dependent_settings': { |
| + 'defines' : ['HAVE_IBUS=1'], |
|
Paweł Hajdan Jr.
2011/04/27 19:53:37
nit: It seems there should be no space after 'defi
Peng
2011/04/27 20:55:59
Done.
|
| 'cflags': [ |
| '<!@(<(pkg-config) --cflags ibus-1.0)', |
| ], |