mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1264887: Make DBus helpers available on desktop builds, r=shuang
This commit is contained in:
parent
0466d2c67d
commit
bfa5556aa6
@ -33,7 +33,7 @@ namespace ipc {
|
||||
class DBusMessageRefPtr
|
||||
{
|
||||
public:
|
||||
DBusMessageRefPtr(DBusMessage* aMsg);
|
||||
explicit DBusMessageRefPtr(DBusMessage* aMsg);
|
||||
~DBusMessageRefPtr();
|
||||
|
||||
operator DBusMessage* ()
|
||||
|
@ -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']:
|
||||
|
Loading…
Reference in New Issue
Block a user