Index: build/linux/system.gyp |
diff --git a/build/linux/system.gyp b/build/linux/system.gyp |
index b7982561abe38b12e9bdc715c89161cff9df95f9..1e189ca3e3550d1cda829e321199781b0bb92d8d 100644 |
--- a/build/linux/system.gyp |
+++ b/build/linux/system.gyp |
@@ -485,6 +485,20 @@ |
], |
}, |
{ |
+ 'target_name': 'gbm', |
spang
2014/05/28 21:46:27
put this under conditions, <(ozone_platform_gbm)==
|
+ 'type': 'none', |
+ 'direct_dependent_settings': { |
+ 'cflags': [ |
+ '<!@(<(pkg-config) --cflags gbm)', |
+ ], |
+ }, |
+ 'link_settings': { |
+ 'libraries': [ |
+ '<!@(<(pkg-config) --libs-only-l gbm)', |
+ ], |
+ }, |
+ }, |
+ { |
'target_name': 'gconf', |
'type': 'none', |
'conditions': [ |