Bug 1264887: Make DBus helpers available on desktop builds, r=shuang

This commit is contained in:
Thomas Zimmermann 2016-04-19 11:09:01 +02:00
parent a64e1e3847
commit 6bbc2790c5

View File

@ -14,7 +14,7 @@ DIRS += [
if CONFIG['MOZ_B2G_RIL']:
DIRS += ['ril']
if CONFIG['MOZ_B2G_BT_BLUEZ']:
if CONFIG['MOZ_ENABLE_DBUS'] or CONFIG['MOZ_B2G_BT_BLUEZ']:
DIRS += ['dbus']
if CONFIG['MOZ_NFC']: