Index: third_party/wayland-protocols/wayland-protocols.gyp |
diff --git a/third_party/wayland-protocols/wayland-protocols.gyp b/third_party/wayland-protocols/wayland-protocols.gyp |
index 8c765e3278464659d69740f6a04a89f69c6f72a4..40afc33b58b41ece69e3f783a32afbb1f17f6882 100644 |
--- a/third_party/wayland-protocols/wayland-protocols.gyp |
+++ b/third_party/wayland-protocols/wayland-protocols.gyp |
@@ -25,6 +25,26 @@ |
}, |
}, |
{ |
+ 'target_name': 'linux_dmabuf_protocol', |
+ 'type': 'static_library', |
+ 'dependencies' : [ |
+ '../wayland/wayland.gyp:wayland_util', |
+ ], |
+ 'sources': [ |
+ 'include/protocol/linux-dmabuf-unstable-v1-client-protocol.h', |
+ 'include/protocol/linux-dmabuf-unstable-v1-server-protocol.h', |
+ 'protocol/linux-dmabuf-protocol.c', |
+ ], |
+ 'include_dirs': [ |
+ 'include/protocol', |
+ ], |
+ 'direct_dependent_settings': { |
+ 'include_dirs': [ |
+ 'include/protocol', |
+ ], |
+ }, |
+ }, |
+ { |
'target_name': 'scaler_protocol', |
'type': 'static_library', |
'dependencies' : [ |