Bug 933635 - Part 1: NFC IPC Makefiles. r=khuey

This commit is contained in:
Garner Lee 2013-11-01 14:52:59 +08:00
parent 1d1ba568c9
commit 994bbe133b
2 changed files with 5 additions and 2 deletions

View File

@ -17,7 +17,10 @@ if CONFIG['MOZ_B2G_RIL']:
if CONFIG['MOZ_B2G_BT_BLUEZ']:
DIRS += ['dbus']
if CONFIG['MOZ_B2G_RIL'] or CONFIG['MOZ_B2G_BT'] or CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk':
if CONFIG['MOZ_NFC']:
DIRS += ['nfc']
if CONFIG['MOZ_B2G_RIL'] or CONFIG['MOZ_B2G_BT'] or CONFIG['MOZ_NFC'] or CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk':
DIRS += ['unixsocket']
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk':

View File

@ -3,7 +3,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
if CONFIG['MOZ_B2G_NFC']:
if CONFIG['MOZ_NFC']:
MODULE = 'ipc'
EXPORTS.mozilla.ipc += [
'Nfc.h',