Index: build/linux/system.gyp |
diff --git a/build/linux/system.gyp b/build/linux/system.gyp |
index a325acac044f2b2458bbcc332a5231b713c13266..b49c2b8d98262a6718b39c06a66b42bb1308d5a7 100644 |
--- a/build/linux/system.gyp |
+++ b/build/linux/system.gyp |
@@ -592,6 +592,27 @@ |
}, |
], |
}], |
+ ['ozone_platform_wayland==1', { |
+ 'targets': [ |
+ { |
+ 'target_name': 'wayland-egl', |
+ 'type': 'none', |
+ 'direct_dependent_settings': { |
+ 'cflags': [ |
+ '<!@(<(pkg-config) --cflags wayland-egl)', |
+ ], |
+ }, |
+ 'link_settings': { |
+ 'ldflags': [ |
+ '<!@(<(pkg-config) --libs-only-L --libs-only-other wayland-egl)', |
+ ], |
+ 'libraries': [ |
+ '<!@(<(pkg-config) --libs-only-l wayland-egl)', |
+ ], |
+ }, |
+ }, |
+ ], |
+ }], |
['use_udev==1', { |
'targets': [ |
{ |