summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp6
1 files changed, 5 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp
index c317a05..fa947f1 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -108,10 +108,14 @@
}],
],
}],
+ ['use_x11==1', {
+ 'dependencies': [
+ '../tools/xdisplaycheck/xdisplaycheck.gyp:*',
+ ],
+ }],
['toolkit_uses_gtk==1', {
'dependencies': [
'../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*',
- '../tools/xdisplaycheck/xdisplaycheck.gyp:*',
],
}],
['OS=="win"', {