Closed
Bug 941127
Opened 12 years ago
Closed 12 years ago
Fix NFC build enable compile flag.
Categories
(Firefox Build System :: General, defect)
Tracking
(blocking-b2g:-)
People
(Reporter: dgarnerlee, Assigned: dgarnerlee)
References
Details
Attachments
(1 file)
819 bytes,
patch
|
mwu
:
review+
|
Details | Diff | Splinter Review |
Fix bad NFC compile flag in gecko's configure.in:
-MOZ_ARG_ENABLE_BOOL(b2g-nfc,
+MOZ_ARG_ENABLE_BOOL(nfc,
The generated configure file currently has enable_b2g_nfc instead of the expected enable_nfc.
Assignee | ||
Updated•12 years ago
|
Attachment #8335436 -
Flags: review?(mwu)
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → dgarnerlee
Assignee | ||
Updated•12 years ago
|
blocking-b2g: --- → 1.3?
Updated•12 years ago
|
Product: Firefox → Core
Updated•12 years ago
|
Attachment #8335436 -
Attachment is patch: true
Updated•12 years ago
|
Attachment #8335436 -
Flags: review?(mwu) → review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•12 years ago
|
Attachment #8335436 -
Attachment description: Fix compile flag for NFC, b2g-nfc --> nfc → Fix compile flag for NFC, b2g-nfc --> nfc r=mwu
Comment 1•12 years ago
|
||
Keywords: checkin-needed
Comment 2•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Comment 3•12 years ago
|
||
NFC is a targeted feature, not a committed feature, so this isn't a blocker.
blocking-b2g: 1.3? → -
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•