Index: build/linux/system.gyp |
diff --git a/build/linux/system.gyp b/build/linux/system.gyp |
index b7982561abe38b12e9bdc715c89161cff9df95f9..1a34157a883aee54f8048ef493137d8744886f99 100644 |
--- a/build/linux/system.gyp |
+++ b/build/linux/system.gyp |
@@ -398,6 +398,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': [ |
{ |