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

This commit is contained in:
Thomas Zimmermann 2016-04-19 16:26:01 +02:00
parent 0466d2c67d
commit bfa5556aa6
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ namespace ipc {
class DBusMessageRefPtr
{
public:
DBusMessageRefPtr(DBusMessage* aMsg);
explicit DBusMessageRefPtr(DBusMessage* aMsg);
~DBusMessageRefPtr();
operator DBusMessage* ()

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']: