| Index: build/linux/system.gyp
|
| diff --git a/build/linux/system.gyp b/build/linux/system.gyp
|
| index 084c6a435079266ee2c78962588c577cc2165482..b05f902618630ce93b49683fa5719e10bdea3c7f 100644
|
| --- a/build/linux/system.gyp
|
| +++ b/build/linux/system.gyp
|
| @@ -1296,5 +1296,18 @@
|
| }],
|
| ],
|
| },
|
| + {
|
| + 'target_name': 'dridriverdir',
|
| + 'type': 'none',
|
| + 'conditions': [
|
| + ['_toolset=="target"', {
|
| + 'direct_dependent_settings': {
|
| + 'defines': [
|
| + 'DRI_DRIVER_DIR="<!@(<(pkg-config) --variable=dridriverdir dri)"',
|
| + ],
|
| + },
|
| + }],
|
| + ],
|
| + },
|
| ],
|
| }
|
|
|