summaryrefslogtreecommitdiffstats
path: root/chromium/gpu/tools/tools.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/gpu/tools/tools.gyp')
-rw-r--r--chromium/gpu/tools/tools.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/gpu/tools/tools.gyp b/chromium/gpu/tools/tools.gyp
index 05807a61563..f659d7228ce 100644
--- a/chromium/gpu/tools/tools.gyp
+++ b/chromium/gpu/tools/tools.gyp
@@ -9,13 +9,14 @@
'targets': [
],
'conditions': [
- ['OS == "linux" and target_arch != "arm"', {
+ ['OS == "linux" and target_arch != "arm" and use_x11==1', {
'targets': [
{
'target_name': 'compositor_model_bench',
'type': 'executable',
'dependencies': [
'../../base/base.gyp:base',
+ '../../build/linux/system.gyp:x11',
'../../ui/gl/gl.gyp:gl',
],
'libraries': [