| Index: build/linux/system.gyp
|
| diff --git a/build/linux/system.gyp b/build/linux/system.gyp
|
| index cd0288beeb63cfba8ef9d6603a3fc2791388ec40..09ee713634dec18e4cb2b8d842b66d7715ce6d81 100644
|
| --- a/build/linux/system.gyp
|
| +++ b/build/linux/system.gyp
|
| @@ -465,6 +465,27 @@
|
| },
|
| ],
|
| }],
|
| + ['use_xkbcommon==1', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'xkbcommon',
|
| + 'type': 'none',
|
| + 'direct_dependent_settings': {
|
| + 'cflags': [
|
| + '<!@(<(pkg-config) --cflags xkbcommon)'
|
| + ],
|
| + },
|
| + 'link_settings': {
|
| + 'ldflags': [
|
| + '<!@(<(pkg-config) --libs-only-L --libs-only-other xkbcommon)',
|
| + ],
|
| + 'libraries': [
|
| + '<!@(<(pkg-config) --libs-only-l xkbcommon)',
|
| + ],
|
| + },
|
| + },
|
| + ],
|
| + }],
|
| ['ozone_platform_gbm==1', {
|
| 'targets': [
|
| {
|
|
|