Index: build/linux/system.gyp |
diff --git a/build/linux/system.gyp b/build/linux/system.gyp |
index 72f7dc261ea1af26e2488fcfd832f5cd27892d76..d31172843daacc7efa1ca747f00b66a678500a45 100644 |
--- a/build/linux/system.gyp |
+++ b/build/linux/system.gyp |
@@ -869,5 +869,19 @@ |
}], |
], |
}, |
+ { |
+ 'target_name': 'dridrm', |
+ 'type': 'none', |
+ 'direct_dependent_settings': { |
+ 'cflags': [ |
+ '<!@(<(pkg-config) --cflags libdrm)', |
+ ], |
+ }, |
+ 'link_settings': { |
+ 'libraries': [ |
+ '<!@(<(pkg-config) --libs-only-l libdrm)', |
+ ], |
+ }, |
+ }, |
], |
} |