summaryrefslogtreecommitdiff
path: root/common/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'common/wscript')
-rw-r--r--common/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/wscript b/common/wscript
index c3894a5e..36423d38 100644
--- a/common/wscript
+++ b/common/wscript
@@ -226,7 +226,7 @@ def build(bld):
clientlib.defines = 'HAVE_CONFIG_H'
clientlib.use = uselib
clientlib.install_path = '${LIBDIR}'
- if bld.env['BUILD_JACKDBUS'] == True and bld.env['BUILD_JACKD'] == False:
+ if bld.env['AUTOSTART_METHOD'] == "dbus":
clientlib.use.append('DBUS-1')
clientlib.includes = includes
clientlib.name = 'clientlib'