diff options
Diffstat (limited to 'build/linux/system.gyp')
-rw-r--r-- | build/linux/system.gyp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/build/linux/system.gyp b/build/linux/system.gyp index ee2e42f1..9ad356a 100644 --- a/build/linux/system.gyp +++ b/build/linux/system.gyp @@ -402,6 +402,24 @@ }, ], }], + ['ozone_platform_gbm==1', { + 'targets': [ + { + 'target_name': 'gbm', + 'type': 'none', + 'direct_dependent_settings': { + 'cflags': [ + '<!@(<(pkg-config) --cflags gbm)', + ], + }, + 'link_settings': { + 'libraries': [ + '<!@(<(pkg-config) --libs-only-l gbm)', + ], + }, + }, + ], + }], ], # conditions 'targets': [ { |