| Index: build/linux/system.gyp
|
| diff --git a/build/linux/system.gyp b/build/linux/system.gyp
|
| index f1b0616a16ec631e9f3d98b06c46eca3aa11fd60..9079011122c4f8948cb4db49e790976a52b7649f 100644
|
| --- a/build/linux/system.gyp
|
| +++ b/build/linux/system.gyp
|
| @@ -427,6 +427,44 @@
|
| },
|
| ], # targets
|
| }],
|
| + ['use_evdev_gestures==1', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'libevdev-cros',
|
| + 'type': 'none',
|
| + 'direct_dependent_settings': {
|
| + 'cflags': [
|
| + '<!@(<(pkg-config) --cflags libevdev-cros)'
|
| + ],
|
| + },
|
| + 'link_settings': {
|
| + 'ldflags': [
|
| + '<!@(<(pkg-config) --libs-only-L --libs-only-other libevdev-cros)',
|
| + ],
|
| + 'libraries': [
|
| + '<!@(<(pkg-config) --libs-only-l libevdev-cros)',
|
| + ],
|
| + },
|
| + },
|
| + {
|
| + 'target_name': 'libgestures',
|
| + 'type': 'none',
|
| + 'direct_dependent_settings': {
|
| + 'cflags': [
|
| + '<!@(<(pkg-config) --cflags libgestures)'
|
| + ],
|
| + },
|
| + 'link_settings': {
|
| + 'ldflags': [
|
| + '<!@(<(pkg-config) --libs-only-L --libs-only-other libgestures)',
|
| + ],
|
| + 'libraries': [
|
| + '<!@(<(pkg-config) --libs-only-l libgestures)',
|
| + ],
|
| + },
|
| + },
|
| + ],
|
| + }],
|
| ['use_xkbcommon==1', {
|
| 'targets': [
|
| {
|
| @@ -1068,6 +1106,46 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'pangocairo',
|
| + 'type': 'none',
|
| + 'toolsets': ['host', 'target'],
|
| + 'conditions': [
|
| + ['use_pango==1 and use_cairo==1', {
|
| + 'conditions': [
|
| + ['_toolset=="target"', {
|
| + 'direct_dependent_settings': {
|
| + 'cflags': [
|
| + '<!@(<(pkg-config) --cflags pangocairo pangoft2)',
|
| + ],
|
| + },
|
| + 'link_settings': {
|
| + 'ldflags': [
|
| + '<!@(<(pkg-config) --libs-only-L --libs-only-other pangocairo pangoft2)',
|
| + ],
|
| + 'libraries': [
|
| + '<!@(<(pkg-config) --libs-only-l pangocairo pangoft2)',
|
| + ],
|
| + },
|
| + }, {
|
| + 'direct_dependent_settings': {
|
| + 'cflags': [
|
| + '<!@(pkg-config --cflags pangocairo pangoft2)',
|
| + ],
|
| + },
|
| + 'link_settings': {
|
| + 'ldflags': [
|
| + '<!@(pkg-config --libs-only-L --libs-only-other pangocairo pangoft2)',
|
| + ],
|
| + 'libraries': [
|
| + '<!@(pkg-config --libs-only-l pangocairo pangoft2)',
|
| + ],
|
| + },
|
| + }],
|
| + ],
|
| + }],
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'ssl',
|
| 'type': 'none',
|
| 'conditions': [
|
|
|