| Index: webkit/common/webkit_common.gyp
|
| diff --git a/webkit/common/webkit_common.gyp b/webkit/common/webkit_common.gyp
|
| index 3de9cffb1b01dc91f484de275250831f8110a791..33eec7ca4e8bdc6ce072a0024b0da63d3b8791f2 100644
|
| --- a/webkit/common/webkit_common.gyp
|
| +++ b/webkit/common/webkit_common.gyp
|
| @@ -75,9 +75,9 @@
|
| ],
|
| }],
|
| ['use_aura==1 and use_x11==1', {
|
| - 'link_settings': {
|
| - 'libraries': [ '-lXcursor', ],
|
| - },
|
| + 'dependencies': [
|
| + '<(DEPTH)/build/linux/system.gyp:xcursor',
|
| + ],
|
| }],
|
| ['use_ozone==0', {
|
| 'sources!': [
|
|
|