Chromium Code Reviews| Index: build/linux/system.gyp |
| diff --git a/build/linux/system.gyp b/build/linux/system.gyp |
| index 587f31ddb502039908850c4815cfe8f5f2f431d2..79caf8d2370037ee27f7d2a101dbfda345790c51 100644 |
| --- a/build/linux/system.gyp |
| +++ b/build/linux/system.gyp |
| @@ -265,14 +265,7 @@ |
| ], |
| }, |
| }], |
| - # When XInput2 is available (i.e. inputproto version is 2.0), the |
| - # pkg-config command will succeed, so the output will be empty. |
| - ['"<!@(<(pkg-config) --atleast-version=2.0 inputproto || echo $?)"==""', { |
| - 'direct_dependent_settings': { |
| - 'defines': [ |
| - 'HAVE_XINPUT2', |
|
Yusuke Sato
2011/06/06 01:08:38
http://src.chromium.org/viewvc/chrome?view=rev&rev
|
| - ], |
| - }, |
| + ['touchui==1', { |
| 'link_settings': { |
| 'ldflags': [ |
| '<!@(<(pkg-config) --libs-only-L --libs-only-other xi)', |