Index: content/content_plugin.gypi |
diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi |
index aff2d8221ea281af377d51586b31aa6bf1a821a6..f2f01bfcae69052766acd2a4ec4d1cfe24cced2d 100644 |
--- a/content/content_plugin.gypi |
+++ b/content/content_plugin.gypi |
@@ -57,6 +57,11 @@ |
'dependencies': [ |
'../build/linux/system.gyp:gtk', |
], |
+ 'link_settings': { |
+ 'libraries': [ |
+ '-lXext', |
jam
2011/08/19 21:35:13
I'm not familiar with this, so I defer to a Linux
Evan Martin
2011/08/19 21:41:01
For this kind of change it's sometimes helpful for
Paweł Hajdan Jr.
2011/08/19 21:47:41
I was thinking about a comment, but there are seve
|
+ ], |
+ }, |
}], |
], |
}, |