Closed
Bug 1473193
Opened 7 years ago
Closed 7 years ago
Don't use dom/gamepad/linux on non-Linux OSes.
Categories
(Core :: DOM: Device Interfaces, defect, P2)
Core
DOM: Device Interfaces
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: jld, Assigned: jld)
References
Details
Attachments
(1 file)
The build is broken on at least FreeBSD and probably all the tier-3 Unixes, because dom/gamepad builds code that includes <linux/joystick.h> on all GTK platforms, not just Linux. I have a one-line patch.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8989616 [details]
Bug 1473193 - Don't use dom/gamepad/linux on non-Linux OSes.
https://reviewboard.mozilla.org/r/254632/#review261476
... Oops. Sorry. :(
Attachment #8989616 -
Flags: review?(kyle) → review+
Updated•7 years ago
|
Priority: -- → P2
Pushed by jedavis@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1252f83a5b42
Don't use dom/gamepad/linux on non-Linux OSes. r=qdot
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•