Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index dfc381116eeb161b16f200b05233d9b70196588d..31d550f9d14eb893b8cf6131736f74ac5d77e934 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -90,7 +90,6 @@ |
['OS=="linux"', { |
'dependencies': [ |
'../courgette/courgette.gyp:*', |
- '../dbus/dbus.gyp:*', |
'../sandbox/sandbox.gyp:*', |
], |
'conditions': [ |
@@ -106,6 +105,11 @@ |
'../third_party/mtpd/mtpd.gyp:*', |
], |
}], |
+ ['use_dbus==1', { |
+ 'dependencies': [ |
+ '../dbus/dbus.gyp:*', |
+ ], |
+ }], |
], |
}], |
['use_x11==1', { |