diff options
Diffstat (limited to 'build/linux/system.gyp')
-rw-r--r-- | build/linux/system.gyp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/build/linux/system.gyp b/build/linux/system.gyp index 5275373..6bed8e3 100644 --- a/build/linux/system.gyp +++ b/build/linux/system.gyp @@ -3,18 +3,18 @@ # found in the LICENSE file. { - 'variables' : { - 'includes': [ - '../common.gypi', - ], - 'conditions': [ - ['sysroot!=""', { + 'conditions': [ + ['sysroot!=""', { + 'variables': { 'pkg-config': './pkg-config-wrapper "<(sysroot)"', - }, { + }, + }, { + 'variables': { 'pkg-config': 'pkg-config' - }], - ], - }, + }, + }], + ], + 'targets': [ { 'target_name': 'gtk', |